th_mask.h

Go to the documentation of this file.
00001 
00028 #ifndef _TH_MASK_H_
00029 #define _TH_MASK_H_
00030 
00031 #include "../../str.h"
00032 
00033 void th_mask_init(void);
00034 char* th_mask_encode(char *in, int ilen, str *prefix, int *olen);
00035 char* th_mask_decode(char *in, int ilen, str *prefix, int extra, int *olen);
00036 
00037 #endif