diff options
Diffstat (limited to 'src/caja-self-check-functions.h')
-rw-r--r-- | src/caja-self-check-functions.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/caja-self-check-functions.h b/src/caja-self-check-functions.h index 398999bf..ec503943 100644 --- a/src/caja-self-check-functions.h +++ b/src/caja-self-check-functions.h @@ -27,6 +27,9 @@ */ +#ifndef __CAJA_SELF_CHECK_FUNCTIONS_H__ +#define __CAJA_SELF_CHECK_FUNCTIONS_H__ + void caja_run_self_checks (void); /* Putting the prototypes for these self-check functions in each @@ -45,3 +48,6 @@ void caja_run_self_checks (void); /* Generate prototypes for all the functions. */ CAJA_FOR_EACH_SELF_CHECK_FUNCTION (CAJA_SELF_CHECK_FUNCTION_PROTOTYPE) + +#endif /* __CAJA_SELF_CHECK_FUNCTIONS_H__ */ + |