X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Fnesc-main.h;fp=src%2Fnesc-main.h;h=190c467688e7a800122e90874a20a85c12fe197a;hp=1ef9b63d74d58721db05986481ec2d9eb7247abc;hb=afe799e7802f38d1f55e1bd2044451ba164743b1;hpb=38be457fa32d3ab0721ec1fc9e5086b745e17468 diff --git a/src/nesc-main.h b/src/nesc-main.h index 1ef9b63..190c467 100644 --- a/src/nesc-main.h +++ b/src/nesc-main.h @@ -18,10 +18,10 @@ Boston, MA 02111-1307, USA. */ #ifndef NESC_MAIN_H #define NESC_MAIN_H -void add_nesc_include(const char *name); +void add_nesc_include(const char *name, bool name_is_path); void nesc_compile(const char *component_name, const char *target_name); -bool nesc_option(char *p); +int nesc_option(char *p); /* Effects: If p is a nesC option, set flags appropriately. Returns: TRUE iff p was a nesC option */