File: foldback.h

package info (click to toggle)
ekeyd 1.1.3-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 628 kB
  • ctags: 859
  • sloc: ansic: 5,189; sh: 271; makefile: 199; perl: 148
file content (19 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* daemon/foldback.h
 *
 * Foldback output stream
 *
 * Copyright 2009 Simtec Electronics
 *
 * For licence terms refer to the COPYING file.
 */

#ifndef DAEMON_FOLDBACK_H
#define DAEMON_FOLDBACK_H

/** Create a stream which sends data to the lua state.
 *
 * @return stream object or NULL on error.
 */
estream_state_t *estream_foldback_open(void);

#endif