music.c: cosmetix
[k8lowj.git] / src / liblj / editpostevent.h
blob860d63ce3c6c369bc9dbd3d7b34eb284b04890b6
1 /* liblivejournal - a client library for LiveJournal.
2 * Copyright (C) 2003 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LIVEJOURNAL_EDITPOSTEVENT_H__
5 #define __LIVEJOURNAL_EDITPOSTEVENT_H__
7 #include "liblj/verb.h"
8 #include "liblj/entry.h"
11 typedef struct _LJEditPostEvent {
12 LJVerb verb;
13 } LJEditPostEvent;
16 LJEditPostEvent *lj_editpostevent_new (LJUser *user, const char *usejournal, gboolean edit, LJEntry *entry);
17 void lj_editpostevent_free (LJEditPostEvent *editpostevent);
20 #endif /* __LIVEJOURNAL_EDITPOSTEVENT_H__ */