Subversion Repositories Keine

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 nishi 1
/* $Id: kn_man.h 4 2024-09-11 10:22:22Z nishi $ */
2
 
3
#ifndef __KN_MAN_H__
4
#define __KN_MAN_H__
5
 
6
#include <stdbool.h>
7
 
8
char* kn_find(const char* root, const char* name);
9
char* kn_manpage_process(const char* path);
10
bool kn_has_manpage(const char* str);
11
 
12
#endif