about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/UCAux.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/UCAux.h')
-rw-r--r--WWW/Library/Implementation/UCAux.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/UCAux.h b/WWW/Library/Implementation/UCAux.h
index 50cdf9ba..44c9e881 100644
--- a/WWW/Library/Implementation/UCAux.h
+++ b/WWW/Library/Implementation/UCAux.h
@@ -34,7 +34,7 @@ typedef struct _UCTransParams UCTransParams;
 #endif /* UCDEFS_H */
 
 extern void UCSetTransParams PARAMS((
-	UCTransParams * 	pT,
+	UCTransParams *		pT,
 	int			cs_in,
 	CONST LYUCcharset *	p_in,
 	int			cs_out,
@@ -66,9 +66,11 @@ extern BOOL UCPutUtf8_charstring PARAMS((
 	HTStream *	target,
 	putc_func_t *	actions,
 	UCode_t		code));
-    
+
 extern BOOL UCConvertUniToUtf8 PARAMS((
 	UCode_t		code,
 	char *		buffer));
 
+extern UCode_t UCGetUniFromUtf8String PARAMS((char ** ppuni));
+
 #endif /* UCAUX_H */