Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
4190dd08
Commit
4190dd08
authored
6 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
remove graph.h headers file
parent
6d5a1442
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/66/66.h
+0
-1
0 additions, 1 deletion
src/include/66/66.h
src/include/66/db.h
+1
-2
1 addition, 2 deletions
src/include/66/db.h
with
1 addition
and
3 deletions
src/include/66/66.h
+
0
−
1
View file @
4190dd08
...
...
@@ -20,7 +20,6 @@
#include
<66/constants.h>
#include
<66/db.h>
#include
<66/enum.h>
#include
<66/graph.h>
#include
<66/parser.h>
#include
<66/resolve.h>
#include
<66/ssexec.h>
...
...
This diff is collapsed.
Click to expand it.
src/include/66/db.h
+
1
−
2
View file @
4190dd08
...
...
@@ -17,13 +17,12 @@
#include
<skalibs/stralloc.h>
#include
<skalibs/genalloc.h>
#include
<66/graph.h>
#include
<66/ssexec.h>
extern
int
db_cmd_master
(
unsigned
int
verbosity
,
char
const
*
cmd
)
;
extern
int
db_update_master
(
int
argc
,
char
const
*
const
*
argv
)
;
extern
int
db_bundle_modif
(
genalloc
*
bundle
,
unsigned
int
verbosity
,
char
const
*
src
,
unsigned
int
action
)
;
extern
int
db_bundle_contents
(
graph_t
*
g
,
char
const
*
name
,
char
const
*
src
,
unsigned
int
verbosity
,
unsigned
int
action
)
;
//
extern int db_bundle_contents(graph_t *g, char const *name, char const *src, unsigned int verbosity, unsigned int action) ;
extern
int
db_write_contents
(
genalloc
*
ga
,
char
const
*
bundle
,
char
const
*
dir
)
;
extern
int
db_write_master
(
ssexec_t
*
info
,
genalloc
*
ga
,
char
const
*
dir
,
int
both
)
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment