Note that seek uses SEEK_SET behavior.
[openjpeg.git] / src / lib / openjp2 / function_list.h
index 1a4046e1d538543a0627919209c366e2ecde9c09..81a3954a1630c6a079ac2b4778a892a23c1af186 100644 (file)
@@ -29,8 +29,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef __FUNCTION_LIST_H
-#define __FUNCTION_LIST_H
+#ifndef OPJ_FUNCTION_LIST_H
+#define OPJ_FUNCTION_LIST_H
 
 /**
  * @file function_list.h
@@ -130,5 +130,5 @@ opj_procedure* opj_procedure_list_get_first_procedure(opj_procedure_list_t *
 void opj_procedure_list_clear(opj_procedure_list_t * p_validation_list);
 /*@}*/
 
-#endif /* __FUNCTION_LIST_H */
+#endif /* OPJ_FUNCTION_LIST_H */