repo.or.cz
/
rox-filer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't use "cp -u" in build script; doesn't work on FreeBSD
[rox-filer.git]
/
ROX-Filer
/
src
/
infobox.h
blob
8d943fb9195f1551a05cffff1ac24fc3077370df
1
/*
2
* ROX-Filer, filer for the ROX desktop project
3
* By Thomas Leonard, <tal197@users.sourceforge.net>.
4
*/
5
6
#ifndef _INFOBOX_H
7
#define _INFOBOX_H
8
9
void
infobox_show_list
(
GList
*
paths
);
10
void
infobox_new
(
const
gchar
*
pathname
);
11
12
#endif
/* _INFOBOX_H */