diff src/gaim-remote.c @ 3867:43e396e94095

[gaim-migrate @ 4019] compile cleanups by nathan committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 03 Nov 2002 07:36:09 +0000
parents 119b8950a1c8
children cba92ec56248
line wrap: on
line diff
--- a/src/gaim-remote.c	Sun Nov 03 07:32:07 2002 +0000
+++ b/src/gaim-remote.c	Sun Nov 03 07:36:09 2002 +0000
@@ -21,6 +21,7 @@
 
 #include "gaim.h"
 #include <getopt.h>
+#include <unistd.h>
 #include "gaim-socket.h"
 
 void show_remote_usage(char *name) 
@@ -151,7 +152,10 @@
 	return 0;
 }
 
-int command_info(){}
+int command_info(){
+	fprintf(stderr, "Info not yet implemented\n");
+    return 1;
+}
 
 int main (int argc, char *argv[])
 {