namesys: Added missing proquint prototypes.

This commit is contained in:
Jose Marcial Vieira Bisneto 2016-12-01 19:32:29 -03:00
parent 33afac194a
commit 316c880bd1

View file

@ -80,6 +80,9 @@
int Publish (char *proto, ciPrivKey name, char *value); int Publish (char *proto, ciPrivKey name, char *value);
int PublishWithEOL (char *proto, ciPrivKey name, char *value, time_t eol); 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 ProquintResolveOnce (char **p, char *name);
int domainMatchString (char *d); int domainMatchString (char *d);