diff options
author | Christophe Grenier <[email protected]> | 2020-09-11 12:58:00 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2020-09-11 12:58:00 +0200 |
commit | 79e2b889daf9992e4ed2c08b572a1544d62ed119 (patch) | |
tree | b145c002378162534b656bfb1c622acf9ee53318 /src/filegen.h | |
parent | 4ba942d12e7094004074b6808f2532b8f877019e (diff) |
PhotoRec: add an ifdef in each file for easier frama-c testing
Diffstat (limited to 'src/filegen.h')
-rw-r--r-- | src/filegen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filegen.h b/src/filegen.h index ce70f861..cfd9a72a 100644 --- a/src/filegen.h +++ b/src/filegen.h @@ -320,6 +320,7 @@ time_t get_time_from_YYYYMMDD_HHMMSS(const char *date_asc); @ requires \valid(offset); @*/ void get_prev_location_smart(const alloc_data_t *list_search_space, alloc_data_t **current_search_space, uint64_t *offset, const uint64_t prev_location); + #ifdef __cplusplus } /* closing brace for extern "C" */ #endif |