summaryrefslogtreecommitdiffstats
path: root/src/filegen.h
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2020-09-11 12:58:00 +0200
committerChristophe Grenier <[email protected]>2020-09-11 12:58:00 +0200
commit79e2b889daf9992e4ed2c08b572a1544d62ed119 (patch)
treeb145c002378162534b656bfb1c622acf9ee53318 /src/filegen.h
parent4ba942d12e7094004074b6808f2532b8f877019e (diff)
PhotoRec: add an ifdef in each file for easier frama-c testing
Diffstat (limited to 'src/filegen.h')
-rw-r--r--src/filegen.h1
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