blob: 4749cef45d83c3bfd9fc9e4cbf1ce28bf7f2f0b2 [file] [log] [blame]
#ifndef INFOPATH_H
#define INFOPATH_H
#ifdef __cplusplus
extern "C"
{
#endif
char *locate_manual (const char *manual);
void parse_external_url (const char *url, char **manual, char **node);
#ifdef __cplusplus
} // extern "C"
#endif
#endif // INFOPATH_H