Project

General

Profile

Revision 75cef49f

ID75cef49f2a08dfb4c66350af15f3a83163f1f021
Parent e680f143
Child 880dc54f

Added by Thomas Mullins about 11 years ago

Added query_add_event to mainbox code

View differences:

mainbox/tool.h
14 14
  int connected;
15 15
  enum toolstate_t state;
16 16
  unsigned int user;
17
  struct event_t *event;
17 18
};
18 19

  
19
#define TOOL_DECL(name, addr) {name, addr, 1, TS_INIT, 0}
20
#define TOOL_DECL(name, addr) {name, addr, 1, TS_INIT, 0, NULL}
20 21

  
21 22
int tool_init_mb(const char *device);
22 23
void tool_close_mb();

Also available in: Unified diff