File: canon.h

package info (click to toggle)
libinklevel 0.9.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,840 kB
  • sloc: sh: 4,488; ansic: 4,422; python: 44; makefile: 26
file content (14 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* canon.h
 *
 * (c) 2009, 2014 Thierry Merle, Louis Lagendijk, Markus Heinz
 *
 * This software is licensed under the terms of the GPL.
 * For details see file COPYING.
 */

#ifndef CANON_H
#define CANON_H

int get_ink_level_canon(const int port, const char* device_file,
			const int portnumber, struct ink_level *level);
#endif