File: active.h

package info (click to toggle)
suck 4.3.2-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,156 kB
  • ctags: 1,133
  • sloc: ansic: 12,143; perl: 539; makefile: 400; sh: 363; java: 144
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#ifndef _SUCK_ACTIVE_H
#define _SUCK_ACTIVE_H 1

int get_message_index_active(PMaster);
int connect_local(PMaster);

#endif /* _SUCK_ACTIVE_H */