summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/drv_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/drv_extern.h')
-rw-r--r--TAO/TAO_IDL/include/drv_extern.h25
1 files changed, 12 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/include/drv_extern.h b/TAO/TAO_IDL/include/drv_extern.h
index 3097f4ad8b4..fd2605b5ad6 100644
--- a/TAO/TAO_IDL/include/drv_extern.h
+++ b/TAO/TAO_IDL/include/drv_extern.h
@@ -62,27 +62,26 @@ NOTE:
SunOS, SunSoft, Sun, Solaris, Sun Microsystems or the Sun logo are
trademarks or registered trademarks of Sun Microsystems, Inc.
-*/
+ */
#ifndef _DRV_EXTERN_DRV_EXTERN_HH
#define _DRV_EXTERN_DRV_EXTERN_HH
-// External functions for the IDL compiler driver program
+// drv_extern.h - External functions for the IDL compiler driver program
// Functions
-extern void DRV_init (void);
-extern void DRV_parse_args (long, char **);
-extern void DRV_usage (void);
+extern void DRV_init ();
+extern void DRV_parse_args (long, char **);
+extern void DRV_usage ();
-extern void DRV_pre_proc (const char *myfile);
+extern void DRV_pre_proc (const char *myfile);
-extern void DRV_cpp_init (void);
-extern void DRV_cpp_putarg (const char *str);
-extern void DRV_cpp_new_location (const char *new_loc);
-
-extern void DRV_fork (void);
-extern int DRV_check_gperf (void);
-extern void DRV_check_for_include (const char* buf);
+extern void DRV_cpp_init ();
+extern void DRV_cpp_putarg (const char *str);
+extern void DRV_cpp_new_location (const char *new_loc);
+extern void DRV_fork();
+extern int DRV_check_gperf ();
+extern void DRV_check_for_include (const char* buf);
#endif // _DRV_EXTERN_DRV_EXTERN_HH