File: SignalHandler.h

package info (click to toggle)
ntcard 1.2.2%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,120 kB
  • sloc: cpp: 2,020; makefile: 87; sh: 70
file content (6 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
#ifndef SIGNALHANDLER_H
#define SIGNALHANDLER_H 1

void signalInit();

#endif