repo.or.cz
/
sgc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Label troep
[sgc.git]
/
file.h
blob
9eee20169bd4f86dfe58224b3a0750f4a59b8e78
1
void
clear
();
2
void
setBase
(
gchar
*
newbase
);
3
void
setFile
(
gchar
*
newfile
);
4
void
fileOpen
(
gchar
*
filename
);
5
void
fileSave
(
gchar
*
filename
);
6
7
gchar
*
base
;
8
gchar
*
file
;