]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/signames.h
lib/signames: remove signame array from header file
[thirdparty/util-linux.git] / include / signames.h
CommitLineData
6855f6e8
NH
1#ifndef SIGNAMES_H
2#define SIGNAMES_H
3
b6e1977d 4int signame_to_signum(const char *sig);
c61e986f
KZ
5const char *signum_to_signame(int signum);
6size_t get_numof_signames(void);
7int get_signame_by_idx(size_t idx, const char **signame, int *signum);
6855f6e8
NH
8
9#endif /* SIGNAMES_H */