intravenous

diff src/sys.h @ 3:94d4c60af435

some progress
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Apr 2012 03:35:18 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/sys.h	Sun Apr 22 03:35:18 2012 +0300
     1.3 @@ -0,0 +1,15 @@
     1.4 +#ifndef SYS_H_
     1.5 +#define SYS_H_
     1.6 +
     1.7 +#ifdef __cplusplus
     1.8 +extern "C" {
     1.9 +#endif
    1.10 +
    1.11 +int sys_lock_mouse(void);
    1.12 +void sys_unlock_mouse(void);
    1.13 +
    1.14 +#ifdef __cplusplus
    1.15 +}
    1.16 +#endif
    1.17 +
    1.18 +#endif	/* SYS_H_ */