]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/signames.h
libmount: fix comment referring to passno field
[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 5const char *signum_to_signame(int signum);
c61e986f 6int get_signame_by_idx(size_t idx, const char **signame, int *signum);
6855f6e8
NH
7
8#endif /* SIGNAMES_H */