projects
/
collection4.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
First working version of the configurable graphlist stuff.
[collection4.git]
/
utils_params.h
1
#ifndef UTILS_PARAMS_H
2
#define UTILS_PARAMS_H 1
3
4
int param_init (void);
5
void param_finish (void);
6
7
const char *param (const char *key);
8
9
int uri_escape (char *dst, const char *src, size_t size);
10
11
#endif /* UTILS_PARAMS_H */