comparison lib-src/gnuclient.c @ 456:e7ef97881643 r21-2-43

Import from CVS: tag r21-2-43
author cvs
date Mon, 13 Aug 2007 11:41:24 +0200
parents abe6d1db359e
children c33ae14dd6d0
comparison
equal deleted inserted replaced
455:5b97c1cd6ed0 456:e7ef97881643
46 * 46 *
47 * (If gnuserv came bundled with your emacs, the README file is probably 47 * (If gnuserv came bundled with your emacs, the README file is probably
48 * ../etc/gnuserv.README relative to the directory containing this file) 48 * ../etc/gnuserv.README relative to the directory containing this file)
49 */ 49 */
50 50
51 #if 0
52 /* Hand-munged RCS header */
53 static char rcsid [] = "!Header: gnuclient.c,v 2.2 95/12/12 01:39:21 wing nene !";
54 #endif
55
56 #include "gnuserv.h" 51 #include "gnuserv.h"
52
53 char gnuserv_version[] = "gnuclient version " GNUSERV_VERSION;
54
57 #include "getopt.h" 55 #include "getopt.h"
58 56
59 #include <stdio.h> 57 #include <stdio.h>
60 #include <stdlib.h> 58 #include <stdlib.h>
61 #include <sys/types.h> 59 #include <sys/types.h>