pike.git
/
src
/
module_support.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/module_support.h:1:
-
/*
\
-
||
|
This file is part of Pike. For copyright information see COPYRIGHT.
-
||
|
Pike is distributed under GPL, LGPL and MPL. See the file COPYING
-
||
|
for more information.
-
||
|
$Id: module_support.h,v 1.
14
2002/10/
08
20
:
22
:
23
nilsson Exp $
-
\
*/
+
/*
+
|| This file is part of Pike. For copyright information see COPYRIGHT.
+
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
+
|| for more information.
+
|| $Id: module_support.h,v 1.
15
2002/10/
11
01
:
39
:
34
nilsson Exp $
+
*/
#ifndef MODULE_SUPPORT_H #include <stdarg.h> enum error_type { ERR_NONE, ERR_TOO_FEW, ERR_TOO_MANY, ERR_BAD_ARG };