comparison 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
comparison
equal deleted inserted replaced
3866:994b5c4d15dd 3867:43e396e94095
19 * 19 *
20 */ 20 */
21 21
22 #include "gaim.h" 22 #include "gaim.h"
23 #include <getopt.h> 23 #include <getopt.h>
24 #include <unistd.h>
24 #include "gaim-socket.h" 25 #include "gaim-socket.h"
25 26
26 void show_remote_usage(char *name) 27 void show_remote_usage(char *name)
27 { 28 {
28 printf(_("Usage: %s command [OPTIONS] [URI]\n\n" 29 printf(_("Usage: %s command [OPTIONS] [URI]\n\n"
149 close(fd); 150 close(fd);
150 cui_packet_free(p); 151 cui_packet_free(p);
151 return 0; 152 return 0;
152 } 153 }
153 154
154 int command_info(){} 155 int command_info(){
156 fprintf(stderr, "Info not yet implemented\n");
157 return 1;
158 }
155 159
156 int main (int argc, char *argv[]) 160 int main (int argc, char *argv[])
157 { 161 {
158 162
159 if (get_options(argc, argv)) { 163 if (get_options(argc, argv)) {