summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormestre <mestre@openbsd.org>2017-06-30 08:39:16 +0000
committermestre <mestre@openbsd.org>2017-06-30 08:39:16 +0000
commit3337783520cf843c6aaf1700fb7b5b87d0b18c89 (patch)
treedd2a3d861d8bb7a980c0594222c2f27f7168377d
parentFix a format string specifier error in a debug printf. (diff)
downloadwireguard-openbsd-3337783520cf843c6aaf1700fb7b5b87d0b18c89.tar.xz
wireguard-openbsd-3337783520cf843c6aaf1700fb7b5b87d0b18c89.zip
Add missing rot13 function prototype
-rw-r--r--games/fortune/fortune/fortune.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/fortune/fortune/fortune.c b/games/fortune/fortune/fortune.c
index 73d4def5958..aea8e691ebb 100644
--- a/games/fortune/fortune/fortune.c
+++ b/games/fortune/fortune/fortune.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fortune.c,v 1.57 2017/06/04 13:39:25 fcambus Exp $ */
+/* $OpenBSD: fortune.c,v 1.58 2017/06/30 08:39:16 mestre Exp $ */
/* $NetBSD: fortune.c,v 1.8 1995/03/23 08:28:40 cgd Exp $ */
/*-
@@ -132,6 +132,7 @@ FILEDESC *
pick_child(FILEDESC *);
void print_file_list(void);
void print_list(FILEDESC *, int);
+void rot13(char *, size_t);
void sum_noprobs(FILEDESC *);
void sum_tbl(STRFILE *, STRFILE *);
__dead void usage(void);