Tidy up
This commit is contained in:
parent
3da2922358
commit
ee1b7d0141
4
src/rc.h
4
src/rc.h
@ -324,7 +324,8 @@ int rc_plugin_hook (rc_hook_t hook, const char *name);
|
|||||||
* variables they wish. Variables should be separated by NULLs. */
|
* variables they wish. Variables should be separated by NULLs. */
|
||||||
extern FILE *rc_environ_fd;
|
extern FILE *rc_environ_fd;
|
||||||
|
|
||||||
/*! @name Configuration */
|
/*! @name Configuration
|
||||||
|
* These functions help to deal with shell based configuration files */
|
||||||
/*! Return a NULL terminated list of non comment lines from a file. */
|
/*! Return a NULL terminated list of non comment lines from a file. */
|
||||||
char **rc_config_list (const char *file);
|
char **rc_config_list (const char *file);
|
||||||
|
|
||||||
@ -421,5 +422,4 @@ char *rc_strcatpaths (const char *path1, const char *paths, ...) SENTINEL;
|
|||||||
pid_t *rc_find_pids (const char *exec, const char *cmd,
|
pid_t *rc_find_pids (const char *exec, const char *cmd,
|
||||||
uid_t uid, pid_t pid);
|
uid_t uid, pid_t pid);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user