]> git.ipfire.org Git - thirdparty/squid.git/blob - include/uudecode.h
Merge form trunk
[thirdparty/squid.git] / include / uudecode.h
1 #ifndef _SQUID_UUDECODE_H
2 #define _SQUID_UUDECODE_
3
4 #ifdef __cplusplus
5 extern "C"
6 #else
7 extern
8 #endif
9
10 char *uudecode(const char *);
11
12 #endif /* _SQUID_UUDECODE_H */