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
1a802471
Commit
1a802471
authored
6 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
pass resolve_xxx function to resolve.h file
parent
95e9c9a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/66/utils.h
+2
-15
2 additions, 15 deletions
src/include/66/utils.h
with
2 additions
and
15 deletions
src/include/66/utils.h
+
2
−
15
View file @
1a802471
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include
<skalibs/genalloc.h>
#include
<skalibs/genalloc.h>
#include
<66/ssexec.h>
#include
<66/ssexec.h>
#include
<66/resolve.h>
extern
unsigned
int
VERBOSITY
;
extern
unsigned
int
VERBOSITY
;
...
@@ -57,20 +58,6 @@ extern int set_livescan(stralloc *live,uid_t owner) ;
...
@@ -57,20 +58,6 @@ extern int set_livescan(stralloc *live,uid_t owner) ;
extern
int
set_livetree
(
stralloc
*
live
,
uid_t
owner
)
;
extern
int
set_livetree
(
stralloc
*
live
,
uid_t
owner
)
;
extern
int
resolve_write
(
char
const
*
dst
,
char
const
*
svname
,
char
const
*
file
,
char
const
*
contents
,
unsigned
int
force
)
;
extern
int
resolve_read
(
stralloc
*
sa
,
char
const
*
src
,
char
const
*
svname
,
char
const
*
file
)
;
extern
int
resolve_remove
(
char
const
*
dst
,
char
const
*
svname
,
char
const
*
file
)
;
extern
int
resolve_remove_service
(
char
const
*
dst
,
char
const
*
svname
)
;
extern
int
resolve_symlive
(
char
const
*
live
,
char
const
*
tree
,
char
const
*
treename
)
;
extern
int
resolve_pointo
(
stralloc
*
sa
,
ssexec_t
*
info
,
unsigned
int
type
,
unsigned
int
what
)
;
extern
int
resolve_src
(
genalloc
*
ga
,
stralloc
*
sasrc
,
char
const
*
name
,
char
const
*
src
,
unsigned
int
*
found
)
;
extern
int
insta_check
(
char
const
*
svname
)
;
extern
int
insta_check
(
char
const
*
svname
)
;
extern
int
insta_create
(
stralloc
*
sasv
,
stralloc
*
sv
,
char
const
*
src
,
int
len
)
;
extern
int
insta_create
(
stralloc
*
sasv
,
stralloc
*
sv
,
char
const
*
src
,
int
len
)
;
...
@@ -79,6 +66,6 @@ extern int insta_splitname(stralloc *sa,char const *name,int len,int what) ;
...
@@ -79,6 +66,6 @@ extern int insta_splitname(stralloc *sa,char const *name,int len,int what) ;
extern
int
insta_replace
(
stralloc
*
sa
,
char
const
*
src
,
char
const
*
cpy
)
;
extern
int
insta_replace
(
stralloc
*
sa
,
char
const
*
src
,
char
const
*
cpy
)
;
extern
int
find_logger
(
genalloc
*
ga
,
char
const
*
name
,
char
const
*
src
)
;
extern
int
find_logger
(
genalloc
*
ga
,
ss_resolve_t
*
res
)
;
#endif
#endif
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