summaryrefslogtreecommitdiffstats
path: root/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/base64.h b/base64.h
index 0cd43fa..a966b2d 100644
--- a/base64.h
+++ b/base64.h
@@ -31,12 +31,10 @@
* SUCH DAMAGE.
*/
-/* $KTH: base64.h,v 1.2 1999/12/02 16:58:45 joda Exp $ */
-
#ifndef _BASE64_H_
#define _BASE64_H_
-#if NTLM
+#ifdef ENABLE_HTTP_PROXY
int base64_encode(const void *data, int size, char **str);
int base64_decode(const char *str, void *data);