]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/signames.h
include: add missing license lines
[thirdparty/util-linux.git] / include / signames.h
CommitLineData
faeb1b64
KZ
1/*
2 * No copyright is claimed. This code is in the public domain; do with
3 * it what you wish.
4 */
6855f6e8
NH
5#ifndef SIGNAMES_H
6#define SIGNAMES_H
7
b6e1977d 8int signame_to_signum(const char *sig);
c61e986f 9const char *signum_to_signame(int signum);
c61e986f 10int get_signame_by_idx(size_t idx, const char **signame, int *signum);
6855f6e8
NH
11
12#endif /* SIGNAMES_H */