File: util_sig.h

package info (click to toggle)
htdig 1%3A3.2.0b6-16
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 15,624 kB
  • ctags: 9,630
  • sloc: ansic: 49,630; cpp: 46,470; sh: 17,400; xml: 4,180; perl: 2,543; makefile: 886; php: 79; asm: 14
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#ifndef UTIL_SIG_H
#define UTIL_SIG_H

void __db_util_siginit();
int __db_util_interrupted();
void __db_util_sigresend();
#endif /* UTIL_SIG_H */