cosmetics
authorJan Pospíšil <honik@ntc.zcu.cz>
Sun, 10 Jun 2007 21:11:29 +0000 (21:11 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sun, 10 Jun 2007 21:11:29 +0000 (21:11 +0000)
org.glite.lb.server/interface/index.h
org.glite.lb.server/interface/lb_authz.h
org.glite.lb.server/interface/lbs_db.h
org.glite.lb.server/interface/srv_perf.h

index 2e585f2..ef9fa75 100644 (file)
@@ -1,3 +1,9 @@
+#ifndef __GLITE_LB_INDEX_H__
+#define __GLITE_LB_INDEX_H__
+
+#ident "$Header$"
+
+#include "glite/lb/query_rec.h"
 
 int edg_wll_QueryJobIndices(edg_wll_Context,edg_wll_QueryRec ***,char ***);
 int edg_wll_ColumnToQueryRec(const char *,edg_wll_QueryRec *);
@@ -25,3 +31,5 @@ extern int    lex_line;
 #define STD_PREFIX     "STD_"
 #define USR_PREFIX     "USR_"
 #define TIME_PREFIX    "TIME_"
+
+#endif /* __GLITE_LB_INDEX_H__ */
index 137dd57..aebca26 100644 (file)
@@ -1,5 +1,7 @@
-#ifndef LB_AUTHZ_H
-#define LB_AUTHZ_H
+#ifndef __GLITE_LB_LB_AUTHZ_H__
+#define __GLITE_LB_LB_AUTHZ_H__
+
+#ident "$Header$"
 
 #ifndef NO_GACL
 #include <gridsite.h>
@@ -15,7 +17,7 @@ typedef struct _edg_wll_Acl {
 } _edg_wll_Acl;
 typedef struct _edg_wll_Acl *edg_wll_Acl;
 
-# ifndef NO_GACL
+#ifndef NO_GACL
 
 extern int
 edg_wll_DecodeACL(char *, GRSTgaclAcl **);
@@ -56,4 +58,4 @@ edg_wll_SetVomsGroups(edg_wll_Context, edg_wll_GssConnection *, char *, char *,
 extern void
 edg_wll_FreeVomsGroups(edg_wll_VomsGroups *);
 
-#endif
+#endif /* __GLITE_LB_LB_AUTHZ_H__ */
index acdbb83..8ffc0fa 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _LBS_DB_H
-#define _LBS_DB_H
+#ifndef __GLITE_LB_LBS_DB_H__
+#define __GLITE_LB_LBS_DB_H__
 
 #ident "$Header$"
 
@@ -132,4 +132,4 @@ edg_wll_ErrorCode edg_wll_bufferedInsertClose(edg_wll_bufInsert *bi);
 }
 #endif
 
-#endif
+#endif /* __GLITE_LB_LBS_DB_H__ */
index 1feedb1..d311859 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef __GLITE_LB_SRV_PERF_H__
+#define __GLITE_LB_SRV_PERF_H__
+
+#ident "$Header$"
+
 enum lb_srv_perf_sink {
        GLITE_LB_SINK_NONE = 0, // standard behaviour, no sinking
 
@@ -21,3 +26,5 @@ enum lb_srv_perf_sink {
 
 
 extern enum lb_srv_perf_sink sink_mode;
+
+#endif /* __GLITE_LB_SRV_PERF_H__ */