namesys: Added missing proquint prototypes.

xethyrion-master
Jose Marcial Vieira Bisneto 2016-12-01 19:32:29 -03:00
parent 33afac194a
commit 316c880bd1
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@
int Publish (char *proto, ciPrivKey name, char *value);
int PublishWithEOL (char *proto, ciPrivKey name, char *value, time_t eol);
int ProquintIsProquint(char *str);
char *ProquintEncode(char *buf, int size);
char *ProquintDecode(char *str);
int ProquintResolveOnce (char **p, char *name);
int domainMatchString (char *d);