File: weaver.h

package info (click to toggle)
libcap2 1%3A2.75-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,068 kB
  • sloc: ansic: 9,181; sh: 1,138; makefile: 812; cpp: 45; asm: 16
file content (9 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef WEAVER_H
#define WEAVER_H

pthread_t weaver_thread(void);
void weaver_setup(void);
int weaver_waitforit(int n);
void weaver_terminate(void);

#endif /* WEAVER_H */