summaryrefslogtreecommitdiffstats
path: root/uuencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'uuencode.h')
-rw-r--r--uuencode.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/uuencode.h b/uuencode.h
index bb98bf8d..df09eb59 100644
--- a/uuencode.h
+++ b/uuencode.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uuencode.h,v 1.11 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: uuencode.h,v 1.12 2006/08/01 23:22:48 stevesk Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -26,6 +26,9 @@
#ifndef UUENCODE_H
#define UUENCODE_H
+
+#include <stdio.h>
+
int uuencode(const u_char *, u_int, char *, size_t);
int uudecode(const char *, u_char *, size_t);
void dump_base64(FILE *, u_char *, u_int);