| 3866:862ccacd24a8 | 3867:0e747b4295cb |
|---|---|
| 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)) { |