#ifndef _CURVERESOLVE_H___ #define _CURVERESOLVE_H___ #include "stralloc.h" extern int curveresolveq(stralloc *out, stralloc *key, stralloc *ext, stralloc *fqdn, const char sel); extern int curveresolve(stralloc *out, stralloc *key, stralloc *ext, stralloc *fqdn, const char sel); /* for testing */ extern int curveresolve_parse(stralloc *key, stralloc *ext, const char *s, const char sel); #endif