2 /* ----------------------------------------------------------------------- *
4 * Copyright 2001 H. Peter Anvin - All Rights Reserved
6 * This program is free software available under the same license
7 * as the "OpenBSD" operating system, distributed at
8 * http://www.openbsd.org/.
10 * ----------------------------------------------------------------------- */
15 * Prototypes for various functions that are part of the tftpd server.
21 void set_signal(int, void (*)(int), int);
22 void *tfmalloc(size_t);
23 char *tfstrdup(const char *);