repo.or.cz
/
rox-filer
/
th.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added release notes for 2.7.
[rox-filer/th.git]
/
ROX-Filer
/
src
/
log.h
blob
6402efde22d61b6243780493551edf2033ed3378
1
/*
2
* ROX-Filer, filer for the ROX desktop project
3
* By Thomas Leonard, <tal197@users.sourceforge.net>.
4
*/
5
6
#ifndef _LOG_H
7
#define _LOG_H
8
9
void
log_init
(
void
);
10
void
log_info_paths
(
const
gchar
*
message
,
GList
*
paths
,
const
gchar
*
dest
);
11
void
log_show_window
(
void
);
12
13
#endif
/* _LOG_H */