From b53484427db52933b7676d0f14c27970036249c6 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 10 Jul 2000 19:58:18 +0000 Subject: make proto (This used to be commit ae85cc43fec26be6184e863569a94cab0afc425a) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index 9e871bb761..1e637b3b5b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2289,6 +2289,7 @@ BOOL prs_string2(BOOL charmode, char *name, prs_struct *ps, int depth, STRING2 * BOOL prs_unistr2(BOOL charmode, char *name, prs_struct *ps, int depth, UNISTR2 *str); BOOL prs_unistr3(BOOL charmode, char *name, UNISTR3 *str, prs_struct *ps, int depth); BOOL prs_unistr(char *name, prs_struct *ps, int depth, UNISTR *str); +BOOL prs_unistr(char *name, prs_struct *ps, int depth, UNISTR *str); BOOL prs_string(char *name, prs_struct *ps, int depth, char *str, int len, int max_buf_size); BOOL prs_uint16_pre(char *name, prs_struct *ps, int depth, uint16 *data16, uint32 *offset); BOOL prs_uint16_post(char *name, prs_struct *ps, int depth, uint16 *data16, -- cgit