Merge pull request #80 from PartialVolume/nwipe.h_is_not_guarded_against_multiple_inclusions

Put Function prototypes inside #ifndef/#define/#endif macro guard
This commit is contained in:
Martijn van Brummelen
2018-11-23 16:20:51 +01:00
committed by GitHub

View File

@@ -20,12 +20,13 @@
*
*/
/* Function prototypes */
int cleanup();
#ifndef NWIPE_H_
#define NWIPE_H_
/* Function prototypes */
int cleanup();
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#endif