diff options
Diffstat (limited to 'btt/aqd.c')
-rw-r--r-- | btt/aqd.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -53,6 +53,16 @@ void *aqd_init(char *str) } +void aqd_exit(void *info) +{ + free(info); +} + +void aqd_clean(void) +{ + clean_files(&aqd_files); +} + void aqd_issue(void *info, double ts) { struct aqd_info *ap = info; |