Differences From Artifact [1d7548ccec]:
- File src/OFTimer.h — part of check-in [7413a728a7] at 2024-04-03 02:16:03 on branch trunk — Change license to LGPLv3 only (user: js, size: 16973) [annotate] [blame] [check-ins using] [more...]
To Artifact [6edf15b859]:
- File src/OFTimer.h — part of check-in [164f2fb4bf] at 2024-06-17 21:08:05 on branch trunk — Always use <ObjFW/ObjFW.h> in documentation (user: js, size: 16971) [annotate] [blame] [check-ins using]
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + | * * @param timer The timer which fired */ typedef void (^OFTimerBlock)(OFTimer *timer); #endif /** |
︙ |