Skip to content

Commit

Permalink
file_out: Add header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
xkaraman committed Feb 27, 2024
1 parent c3d7538 commit 967fb30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/file_out/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef _FO_TYPES_H
#define _FO_TYPES_H

#include "../../core/locking.h"
#include "../../core/pvar.h"

Expand Down Expand Up @@ -61,3 +64,5 @@ typedef struct fo_file_properties
} fo_file_properties_t;

int fo_file_properties_destroy(fo_file_properties_t *fp);

#endif

0 comments on commit 967fb30

Please sign in to comment.