Fix function declarations.

This commit is contained in:
Rosen Penev
2017-06-27 22:27:02 +01:00
committed by Simon Kelley
parent 9396752c11
commit 50a2841d34
4 changed files with 26 additions and 26 deletions

View File

@@ -20,7 +20,7 @@
static struct tftp_file *check_tftp_fileperm(ssize_t *len, char *prefix);
static void free_transfer(struct tftp_transfer *transfer);
static ssize_t tftp_err(int err, char *packet, char *mess, char *file);
static ssize_t tftp_err(int err, char *packet, char *message, char *file);
static ssize_t tftp_err_oops(char *packet, char *file);
static ssize_t get_block(char *packet, struct tftp_transfer *transfer);
static char *next(char **p, char *end);