File: saneperl.h

package info (click to toggle)
libsane-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 216 kB
  • ctags: 40
  • sloc: perl: 2,127; makefile: 16; ansic: 5
file content (17 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2008 by Jeffrey Ratcliffe <Jeffrey.Ratcliffe@gmail.com>
 *
 * This library is free software; you can redistribute it and/or modify
 * it under the same terms as Perl itself, either Perl version 5.8.5 or,
 * at your option, any later version of Perl 5 you may have available.
 */

#ifndef _SANEPERL_H_
#define _SANEPERL_H_

/* Include all of sane's headers for internal consistency */
#include <sane/sane.h>
/*#include "sane/sanei.h"*/
#include "sane/saneopts.h"

#endif /* _SANEPERL_H_ */