PlanckLinux/src/dish/inc/path.h

10 lines
179 B
C

#ifndef _DISH_PATH_H
#define _DISH_PATH_H
/* defined in path.c */
void epath_update(void);
char* epath_which(char* file);
char* fpath_complete(char* file, int e, int c);
#endif