File: saneperl.h

package info (click to toggle)
libimage-sane-perl 5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: perl: 2,686; ansic: 5; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2008--2019 by Jeffrey Ratcliffe <jffry@posteo.net>
 *
 * 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_ */