]> git.ipfire.org Git - thirdparty/util-linux.git/blob - include/signames.h
Merge branch 'lsfd-cmd--dir' of https://github.com/masatake/util-linux
[thirdparty/util-linux.git] / include / signames.h
1 /*
2 * No copyright is claimed. This code is in the public domain; do with
3 * it what you wish.
4 */
5 #ifndef SIGNAMES_H
6 #define SIGNAMES_H
7
8 int signame_to_signum(const char *sig);
9 const char *signum_to_signame(int signum);
10 int get_signame_by_idx(size_t idx, const char **signame, int *signum);
11
12 #endif /* SIGNAMES_H */