Initial implementation of namesys/proquint

This commit is contained in:
Jose Marcial Vieira Bisneto 2016-11-24 09:50:05 -03:00
parent 05c45666e5
commit ef2f112f6a
2 changed files with 20 additions and 0 deletions

View file

@ -56,4 +56,6 @@
int resolveOnce (char **path, char *name);
int Publish (char *proto, ciPrivKey name, char *value);
int PublishWithEOL (char *proto, ciPrivKey name, char *value, time_t eol);
int ProquintResolveOnce (char **p, char *name);
#endif //NAMESYS_H