File: client.h

package info (click to toggle)
sendpage 0.8.6.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 632 kB
  • ctags: 349
  • sloc: ansic: 5,238; sh: 241; makefile: 110; awk: 2
file content (8 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef _SP_CLIENT_H_
#define _SP_CLIENT_H_

int BeAClient(int argc, char * argv[], int optind, int useBody, 
              char * sender, int sendnow, int dropSig, int nomail,
              char * header);

#endif