root/src/noit_capabilities_listener.h
| Revision d074a94dcf46254414d8693352e7b8d537f6d082, 467 bytes (checked in by Theo Schlossnagle <jesus@omniti.com>, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | /* |
| 2 | * Copyright (c) 2007, OmniTI Computer Consulting, Inc. |
| 3 | * All rights reserved. |
| 4 | */ |
| 5 | |
| 6 | #ifndef _NOIT_CAPABILITIES_LISTENER_H |
| 7 | #define _NOIT_CAPABILITIES_LISTENER_H |
| 8 | |
| 9 | #include "noit_defines.h" |
| 10 | #include "eventer/eventer.h" |
| 11 | |
| 12 | #define NOIT_CAPABILITIES_SERVICE 0xca4aca4a |
| 13 | |
| 14 | API_EXPORT(void) |
| 15 | noit_capabilities_listener_init(void); |
| 16 | |
| 17 | API_EXPORT(int) |
| 18 | noit_capabilities_handler(eventer_t e, int mask, void *closure, |
| 19 | struct timeval *now); |
| 20 | |
| 21 | #endif |
| 22 |
Note: See TracBrowser for help on using the browser.
