1 /* liblivejournal - a client library for LiveJournal.
2 * Copyright (C) 2003 Evan Martin <evan@livejournal.com>
4 #ifndef __LIVEJOURNAL_EDITPOSTEVENT_H__
5 #define __LIVEJOURNAL_EDITPOSTEVENT_H__
7 #include "liblj/verb.h"
8 #include "liblj/entry.h"
11 typedef struct _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__ */