Avoid double inclusion

This commit is contained in:
Christophe Grenier 2013-05-15 18:23:50 +02:00
parent 06a90fa1c2
commit ef4669c5a5

View file

@ -19,6 +19,8 @@
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _TESTDISK_FILEGEN_H
#define _TESTDISK_FILEGEN_H
#ifdef __cplusplus
extern "C" {
#endif
@ -142,3 +144,4 @@ void file_rename_unicode(const char *old_filename, const void *buffer, const int
#ifdef __cplusplus
} /* closing brace for extern "C" */
#endif
#endif