File: control.h

package info (click to toggle)
vbox3 0.1.9.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 660 kB
  • ctags: 274
  • sloc: ansic: 3,454; sh: 1,831; makefile: 120; tcl: 22
file content (20 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
** $Id: control.h,v 1.6 2001/01/14 13:50:20 pape Exp $
**
** Copyright 1996-1998 Michael 'Ghandi' Herold <michael@abadonna.mayn.de>
*/

#ifndef _VBOX_CONTROL_H
#define _VBOX_CONTROL_H 1

/** Defines **************************************************************/

#define VBOX_CTRL_MAX_RCLINE	64

/** Prototypes ***********************************************************/

extern char *ctrl_exists(unsigned char *, unsigned char *, unsigned char *);
extern int	 ctrl_create(unsigned char *, unsigned char *, unsigned char *, unsigned char *);
extern int	 ctrl_remove(unsigned char *, unsigned char *, unsigned char *);

#endif /* _VBOX_CONTROL_H */