diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-06 23:36:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-06 23:36:48 +0200 |
commit | 2d368c149b90a7b284035f8883eb0c3e64a2caab (patch) | |
tree | 431329a48f90cc90aacf91283956456b690ce4b5 /util.h | |
parent | a0d40ac588701010ea6a9366f6a874e83844858e (diff) |
util: declare __progname in util.h
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -177,6 +177,8 @@ int fd_cloexec(int fd, bool cloexec); int close_all_fds(const int except[], unsigned n_except); +extern char * __progname; + const char *ioprio_class_to_string(int i); int ioprio_class_from_string(const char *s); |