pike.git
/
src
/
modules
/
SANE
/
sane.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/SANE/sane.c: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: sane.c,v 1.
13
2002/10/
08
20
:
22
:
36
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: sane.c,v 1.
14
2002/10/
11
01
:
39
:
49
nilsson Exp $
+
*/
+
#include "config.h" #if defined(HAVE_SANE_SANE_H) || defined(HAVE_SANE_H) #ifdef HAVE_SANE_SANE_H #include <sane/sane.h> #else #ifdef HAVE_SANE_H #include <sane.h> #endif #endif
pike.git/src/modules/SANE/sane.c:33:
#include "module_support.h" #include "builtin_functions.h" #include "../Image/image.h" /* must be included last */ #include "module_magic.h" #define sp Pike_sp
-
RCSID("$Id: sane.c,v 1.
13
2002/10/
08
20
:
22
:
36
nilsson Exp $");
+
RCSID("$Id: sane.c,v 1.
14
2002/10/
11
01
:
39
:
49
nilsson Exp $");
/*! @module SANE *! *! This module enables access to the SANE (Scanner Access Now Easy) *! library from pike */ static int sane_is_inited; struct scanner