repo.or.cz
/
fusedav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Inital commit
[fusedav.git]
/
src
/
session.h
blob
5ac0114fc077842bc00c35113d5bf79fa447e22f
1
#ifndef foosessionhfoo
2
#define foosessionhfoo
3
4
#include <ne_session.h>
5
6
ne_session
*
session_get
(
void
);
7
int
session_set_uri
(
const char
*
s
,
const char
*
u
,
const char
*
p
);
8
void
session_free
(
void
);
9
10
extern
const char
*
base_directory
;
11
12
#endif