repo.or.cz
/
Silver.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Modified directory structure of the configuration.
[Silver.git]
/
chatterbox
/
chatterbox.h
blob
0c64e806873213c91a4dd14b6ddcd5dd93c33bd5
1
#ifndef CHATTERBOX_H
2
#define CHATTERBOX_H
3
4
#include <gtk/gtk.h>
5
#include <silver/libsilverconf.h>
6
#include <glib.h>
7
8
void
init_chatterbox
();
9
void
quit_chatterbox
();
10
11
#endif
// CHATTERBOX_H