repo.or.cz
/
k8lowj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
respect https prefix
[k8lowj.git]
/
src
/
pollcreator.h
blob
29da8858e29a5eb64fa3ba82696b2ba9b3780f2c
1
/* logjam - a GTK client for LiveJournal.
2
* Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
3
*/
4
#ifndef __LOGJAM_POLLCREATOR_H__
5
#define __LOGJAM_POLLCREATOR_H__
6
7
8
extern
void
run_poll_creator_dlg
(
JamWin
*
jw
);
9
10
11
#endif