Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile pas, c'te merde
[simgrid.git] / src / include / surf / surf_parse.h
index e6ced1a..c656cc5 100644 (file)
@@ -1,7 +1,9 @@
-/* Authors: Arnaud Legrand                                                  */
+/*     $Id$     */
+
+/* Copyright (c) 2004 Arnaud Legrand. All rights reserved.                  */
 
 /* This program is free software; you can redistribute it and/or modify it
  under the terms of the license (GNU LGPL) which comes with this package. */
* under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef _SURF_SURF_PARSE_H
 #define _SURF_SURF_PARSE_H
@@ -39,4 +41,19 @@ void surf_parse_trace(tmgr_trace_t *trace);
 void  surf_parse_open(const char *file);
 void  surf_parse_close(void);
 
+/* Prototypes of the functions offered by flex */
+int surf_parse_lex(void);
+int surf_parse_get_lineno  (void);
+FILE *surf_parse_get_in  (void);
+FILE *surf_parse_get_out  (void);
+int surf_parse_get_leng  (void);
+char *surf_parse_get_text  (void);
+void surf_parse_set_lineno (int  line_number );
+void surf_parse_set_in (FILE *  in_str );
+void surf_parse_set_out (FILE *  out_str );
+int surf_parse_get_debug  (void);
+void surf_parse_set_debug (int  bdebug );
+int surf_parse_lex_destroy  (void);
+
+
 #endif