Refactor code into resolve_ipc_path

This commit is contained in:
Jerzi Kaminsky 2017-04-21 14:02:40 +03:00
parent 04c2221190
commit 403dccabce
4 changed files with 29 additions and 30 deletions

View file

@ -15,4 +15,5 @@ struct feature_policy *alloc_feature_policy(const char *program);
struct ipc_policy *alloc_ipc_policy(const char *program);
struct command_policy *alloc_command_policy(const char *command);
char *resolve_ipc_path(const char* program);
#endif