Commit c8f7b143 authored by claes's avatar claes

External c for cpp

parent c5b19fab
/*
* Proview $Id: wb_dir.h,v 1.3 2005-09-06 10:43:31 claes Exp $
* Proview $Id: wb_dir.h,v 1.4 2005-11-22 12:21:17 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -20,6 +20,10 @@
/* wb_dir.h -- Directory information
This module returns information about directory and files. */
#ifdef __cplusplus
extern "C" {
#endif
pwr_tStatus dir_parse_filename( char *filename,
char *dev,
char *dir,
......@@ -62,3 +66,8 @@ pwr_tStatus dir_DeassignLogical(
char *name,
char *table
);
#ifdef __cplusplus
}
#endif
/*
* Proview $Id: wb_gcg.h,v 1.6 2005-10-21 16:11:22 claes Exp $
* Proview $Id: wb_gcg.h,v 1.7 2005-11-22 12:22:42 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -32,6 +32,10 @@
#include "wb_vldh.h"
#ifdef __cplusplus
extern "C" {
#endif
#define GCG_PRINT_ALLPAR 0
#define GCG_PRINT_CONPAR 1
#define GCG_PRINT_VALUE 2
......@@ -298,4 +302,8 @@ int gcg_comp_volume(
ldh_tSesContext ldhses
);
#ifdef __cplusplus
}
#endif
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment