summaryrefslogtreecommitdiff
path: root/usr.bin/tftp/tftpsubs.h
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2006-07-12 16:58:52 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2006-07-12 16:58:52 +0000
commit0550f40e150177afd8d1d5afeda9bf54afa4be73 (patch)
treeca599d995bbc439cea33d0063a05f50f3d861fa1 /usr.bin/tftp/tftpsubs.h
parent84a7c43aaa75b09c8abe8bcad71a6d465631905b (diff)
knf. no binary change.
ok beck@ claudio@
Diffstat (limited to 'usr.bin/tftp/tftpsubs.h')
-rw-r--r--usr.bin/tftp/tftpsubs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/tftp/tftpsubs.h b/usr.bin/tftp/tftpsubs.h
index fe2e4103891..bd6f55adf13 100644
--- a/usr.bin/tftp/tftpsubs.h
+++ b/usr.bin/tftp/tftpsubs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tftpsubs.h,v 1.4 2003/06/03 02:56:18 millert Exp $ */
+/* $OpenBSD: tftpsubs.h,v 1.5 2006/07/12 16:58:51 mglocker Exp $ */
/* $NetBSD: tftpsubs.h,v 1.2 1994/12/08 09:51:32 jtc Exp $ */
/*
@@ -36,12 +36,12 @@
* Prototypes for read-ahead/write-behind subroutines for tftp user and
* server.
*/
-struct tftphdr *r_init(void);
-void read_ahead(FILE *, int);
-int readit(FILE *, struct tftphdr **, int);
+struct tftphdr *r_init(void);
+void read_ahead(FILE *, int);
+int readit(FILE *, struct tftphdr **, int);
-int synchnet(int);
+int synchnet(int);
-struct tftphdr *w_init(void);
-int write_behind(FILE *, int);
-int writeit(FILE *, struct tftphdr **, int, int);
+struct tftphdr *w_init(void);
+int write_behind(FILE *, int);
+int writeit(FILE *, struct tftphdr **, int, int);