comparison src/gaim-remote.c @ 3533:6c32036050cf

[gaim-migrate @ 3607] An automake fix, and a fix for an incredibly blatant Linuxism. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 18 Sep 2002 00:11:45 +0000
parents fc28f412e74d
children 119b8950a1c8
comparison
equal deleted inserted replaced
3532:369d419c8a29 3533:6c32036050cf
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21
22 #include "gaim.h" 22 #include "gaim.h"
23 #include "getopt.h" 23 #include <getopt.h>
24 #include "gaim-socket.h" 24 #include "gaim-socket.h"
25 25
26 void show_remote_usage(char *name) 26 void show_remote_usage(char *name)
27 { 27 {
28 printf(_("Usage: %s command [OPTIONS] [URI]\n\n" 28 printf(_("Usage: %s command [OPTIONS] [URI]\n\n"