artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a796f3c
)
Add missing rot13 function prototype
author
mestre
<mestre@openbsd.org>
Fri, 30 Jun 2017 08:39:16 +0000
(08:39 +0000)
committer
mestre
<mestre@openbsd.org>
Fri, 30 Jun 2017 08:39:16 +0000
(08:39 +0000)
games/fortune/fortune/fortune.c
patch
|
blob
|
history
diff --git
a/games/fortune/fortune/fortune.c
b/games/fortune/fortune/fortune.c
index
73d4def
..
aea8e69
100644
(file)
--- a/
games/fortune/fortune/fortune.c
+++ b/
games/fortune/fortune/fortune.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: fortune.c,v 1.5
7 2017/06/04 13:39:25 fcambus Exp $
*/
+/* $OpenBSD: fortune.c,v 1.5
8 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);