summaryrefslogtreecommitdiff
path: root/usr.bin/talk/talk.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /usr.bin/talk/talk.h
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'usr.bin/talk/talk.h')
-rw-r--r--usr.bin/talk/talk.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/usr.bin/talk/talk.h b/usr.bin/talk/talk.h
index 352a5eb1ad6..672b925c710 100644
--- a/usr.bin/talk/talk.h
+++ b/usr.bin/talk/talk.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: talk.h,v 1.6 2000/12/31 00:24:51 hugh Exp $ */
+/* $OpenBSD: talk.h,v 1.7 2002/02/16 21:27:54 millert Exp $ */
/* $NetBSD: talk.h,v 1.3 1994/12/09 02:14:27 jtc Exp $ */
/*
@@ -67,28 +67,28 @@ extern xwin_t my_win;
extern xwin_t his_win;
extern WINDOW *line_win;
-void announce_invite __P((void));
-int check_local __P((void));
-void ctl_transact __P((struct in_addr, CTL_MSG, int, CTL_RESPONSE *));
-void display __P((xwin_t *, char *, int));
-void disp_msg __P((int));
-void end_msgs __P((void));
-void get_addrs __P((char *, char *));
-void get_names __P((int, char **));
-void init_display __P((void));
-void invite_remote __P((void));
-int look_for_invite __P((CTL_RESPONSE *));
-int max __P((int, int));
-void message __P((char *));
-void open_ctl __P((void));
-void open_sockt __P((void));
-void print_addr __P((struct sockaddr_in));
-void quit __P((char *, int));
-int readwin __P((WINDOW *, int, int));
-void re_invite __P((int));
-void send_delete __P((void));
-void set_edit_chars __P((void));
-void sig_sent __P((int));
-void start_msgs __P((void));
-void talk __P((void));
-void xscroll __P((xwin_t *, int));
+void announce_invite(void);
+int check_local(void);
+void ctl_transact(struct in_addr, CTL_MSG, int, CTL_RESPONSE *);
+void display(xwin_t *, char *, int);
+void disp_msg(int);
+void end_msgs(void);
+void get_addrs(char *, char *);
+void get_names(int, char **);
+void init_display(void);
+void invite_remote(void);
+int look_for_invite(CTL_RESPONSE *);
+int max(int, int);
+void message(char *);
+void open_ctl(void);
+void open_sockt(void);
+void print_addr(struct sockaddr_in);
+void quit(char *, int);
+int readwin(WINDOW *, int, int);
+void re_invite(int);
+void send_delete(void);
+void set_edit_chars(void);
+void sig_sent(int);
+void start_msgs(void);
+void talk(void);
+void xscroll(xwin_t *, int);