From 89f782568b30327f2950e31f9a27db094b0900a9 Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 16 Aug 2005 20:41:28 +0000 Subject: [PATCH] moving stuff to enable surf_parser hijacking git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1652 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/surf/surf_parse.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/surf/surf_parse.h diff --git a/include/surf/surf_parse.h b/include/surf/surf_parse.h new file mode 100644 index 0000000000..65eaa85c08 --- /dev/null +++ b/include/surf/surf_parse.h @@ -0,0 +1,16 @@ +/* $Id$ */ + +/* Copyright (c) 2005 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. */ + +#ifndef _SURF_SURF_PARSE_H +#define _SURF_SURF_PARSE_H + +#include "surf/surfxml.h" + +typedef int (*int_f_void_t)(void); +extern int_f_void_t surf_parse; + +#endif -- 2.20.1