1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Add missing rot13 function prototype

This commit is contained in:
mestre 2017-06-30 08:39:16 +00:00
parent a796f3c835
commit 3337783520

View File

@ -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);