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
81e40daa
Commit
81e40daa
authored
10 months ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
update header files
parent
03a7108c
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/environ.h
+1
-1
1 addition, 1 deletion
src/include/66/environ.h
src/include/66/utils.h
+2
-2
2 additions, 2 deletions
src/include/66/utils.h
with
3 additions
and
3 deletions
src/include/66/environ.h
+
1
−
1
View file @
81e40daa
...
...
@@ -32,7 +32,7 @@ extern int env_get_destination(stralloc *sa, resolve_service_t *res) ;
/** version function */
extern
int
env_find_current_version
(
stralloc
*
sa
,
char
const
*
svconf
)
;
extern
int
env_check_version
(
st
ralloc
*
s
a
,
char
const
*
version
)
;
extern
int
env_check_version
(
st
ack
*
s
tk
,
char
const
*
version
)
;
extern
int
env_append_version
(
stralloc
*
saversion
,
char
const
*
svconf
,
char
const
*
version
)
;
extern
int
env_import_version_file
(
char
const
*
svname
,
char
const
*
svconf
,
char
const
*
sversion
,
char
const
*
dversion
,
int
svtype
)
;
...
...
This diff is collapsed.
Click to expand it.
src/include/66/utils.h
+
2
−
2
View file @
81e40daa
...
...
@@ -19,9 +19,9 @@
#include
<unistd.h>
//getuid
#include
<oblibs/log.h>
#include
<oblibs/stack.h>
#include
<skalibs/stralloc.h>
#include
<skalibs/genalloc.h>
#include
<66/ssexec.h>
...
...
@@ -53,6 +53,6 @@ extern int set_ownerhome_stack_byuid(char *store, uid_t owner) ;
extern
void
set_treeinfo
(
ssexec_t
*
info
)
;
extern
int
version_compare
(
char
const
*
a
,
char
const
*
b
,
uint8_t
ndot
)
;
extern
int
version_store
(
st
ralloc
*
s
a
,
char
const
*
str
,
uint8_t
ndot
)
;
extern
int
version_store
(
st
ack
*
s
tk
,
char
const
*
str
,
uint8_t
ndot
)
;
#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