comparison mcabber/src/main.c @ 149:9f74832eb4f8

[/trunk] Changeset 161 by mikael * Do not show message flag for unfolded groups. * Add _GNU_SOURCE to main.c, for the getline() prototype...
author mikael
date Sat, 30 Apr 2005 23:06:42 +0000
parents 250f872c722f
children b69c0b7a23e3
comparison
equal deleted inserted replaced
148:c3624b2a7059 149:9f74832eb4f8
1 #define _GNU_SOURCE
1 #include <stdio.h> 2 #include <stdio.h>
2 #include <stdlib.h> 3 #include <stdlib.h>
3 #include <unistd.h> 4 #include <unistd.h>
4 #include <string.h> 5 #include <string.h>
5 #include <signal.h> 6 #include <signal.h>