File: camcmd.h

package info (click to toggle)
camserv 0.42-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,884 kB
  • ctags: 1,123
  • sloc: ansic: 19,694; sh: 7,454; makefile: 206
file content (10 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef CAMCMD_DOT_H
#define CAMCMD_DOT_H

#define CAMCMD_PWORD_LEN       128

Socket *camcmd_connect( const char *hostname, int port, const char *pword );
void camcmd_disconnect( Socket *cmdsock );
void camcmd_disconnect( Socket *cmdsock );

#endif