Prepare move dictstat specific functions into their own source file

This commit is contained in:
jsteube
2016-09-08 18:27:53 +02:00
parent 15a7a42252
commit f006542317
5 changed files with 20 additions and 37 deletions
+1
View File
@@ -8,6 +8,7 @@
#include <stdio.h>
void generate_dictstat_filename (char *profile_dir, char *dictstat_filename);
void generate_source_kernel_filename (const uint attack_exec, const uint attack_kern, const uint kern_type, char *shared_dir, char *source_file);
void generate_cached_kernel_filename (const uint attack_exec, const uint attack_kern, const uint kern_type, char *profile_dir, const char *device_name_chksum, char *cached_file);
void generate_source_kernel_mp_filename (const uint opti_type, const uint opts_type, char *shared_dir, char *source_file);
-12
View File
@@ -275,19 +275,7 @@ typedef struct
} pot_t;
typedef struct
{
u64 cnt;
#if defined (_POSIX)
struct stat stat;
#endif
#if defined (_WIN)
struct __stat64 stat;
#endif
} dictstat_t;
typedef struct
{