summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--timeout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/timeout.h b/timeout.h
index 97a5feb..ee0180d 100644
--- a/timeout.h
+++ b/timeout.h
@@ -88,11 +88,12 @@ typedef uint64_t timeout_t;
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+#ifndef TIMEOUT_CB_OVERRIDE
struct timeout_cb {
void (*fn)();
void *arg;
}; /* struct timeout_cb */
-
+#endif
/*
* T I M E O U T I N T E R F A C E S