X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Ftimer.h;h=250e7e0bd33d16894dad86d347e3e8caff8c173d;hb=a5e1fb6d51a4eac007571b88f0421022e21c3500;hp=251b732f72d8e4f04c8de0dfa9ab5ba4abea332d;hpb=f8bebb561d52fa25b320904bb0c6a08347d05611;p=chaz%2Ftint2 diff --git a/src/util/timer.h b/src/util/timer.h index 251b732..250e7e0 100644 --- a/src/util/timer.h +++ b/src/util/timer.h @@ -36,8 +36,9 @@ typedef struct _timeout timeout; * integral multiple of the other. **/ -/** default values **/ +/** default global data **/ void default_timeout(); + /** freed memory : stops all timeouts **/ void cleanup_timeout();