Skip to content
Snippets Groups Projects
Commit 53879d78 authored by Axel Naumann's avatar Axel Naumann
Browse files

Add include guard.

git-svn-id: http://root.cern.ch/svn/root/trunk@41596 27541ba8-7e3a-0410-8455-c3a389f83636
parent b40bd7f6
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
* For the licensing terms see the file COPYING * For the licensing terms see the file COPYING
* *
************************************************************************/ ************************************************************************/
#ifndef G__CI_FPROTO_INCLUDE
#define G__CI_FPROTO_INCLUDE
G__DECL_API(0, unsigned long, G__uint, (G__value buf)) G__DECL_API(0, unsigned long, G__uint, (G__value buf))
G__DECL_API(1, int, G__fgetline, (char *string)) G__DECL_API(1, int, G__fgetline, (char *string))
...@@ -407,3 +409,5 @@ G__DECL_API(268, struct G__ifunc_table_internal*, G__get_ifunc_internal, (struct ...@@ -407,3 +409,5 @@ G__DECL_API(268, struct G__ifunc_table_internal*, G__get_ifunc_internal, (struct
#define G__NUMBER_OF_API_FUNCTIONS 270 #define G__NUMBER_OF_API_FUNCTIONS 270
G__DUMMYTOCHECKFORDUPLICATES(G__NUMBER_OF_API_FUNCTIONS) G__DUMMYTOCHECKFORDUPLICATES(G__NUMBER_OF_API_FUNCTIONS)
#endif /* G__CI_FPROTO_INCLUDE */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment