namesys: Added missing proquint prototypes.
This commit is contained in:
parent
33afac194a
commit
316c880bd1
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue