Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
c8f7b143
Commit
c8f7b143
authored
Nov 22, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
External c for cpp
parent
c5b19fab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
wb/lib/wb/src/wb_dir.h
wb/lib/wb/src/wb_dir.h
+10
-1
wb/lib/wb/src/wb_gcg.h
wb/lib/wb/src/wb_gcg.h
+9
-1
No files found.
wb/lib/wb/src/wb_dir.h
View file @
c8f7b143
/*
* 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
wb/lib/wb/src/wb_gcg.h
View file @
c8f7b143
/*
* Proview $Id: wb_gcg.h,v 1.
6 2005-10-21 16:11:2
2 claes Exp $
* Proview $Id: wb_gcg.h,v 1.
7 2005-11-22 12:22:4
2 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment