~stefanlsd/btnx/devel

« back to all changes in this revision

Viewing changes to src/btnx.h

  • Committer: Stefan Lesicnik
  • Date: 2009-02-10 21:37:42 UTC
  • Revision ID: stefan@lsd.co.za-20090210213742-k4h6x3pkkv7jbvc0
Perhaps more correct way to catch return value of -1 from write().

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        BTNX_ERROR_BAD_CONFIG,
30
30
        BTNX_ERROR_OPEN_HANDLER,
31
31
        BTNX_ERROR_OPEN_UINPUT,
 
32
        BTNX_ERROR_WRITE_UINPUT,
32
33
        BTNX_ERROR_CREATE_PID_FILE,
33
34
        BTNX_ERROR_INIT_SIGNALS,
34
35
};