Mercurial > pidgin
view console/gntstatus.h @ 14467:fd45915c6988
[gaim-migrate @ 17183]
The gaim executable and the gtkgaim and libgaim dlls now contain version information.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 07 Sep 2006 17:53:25 +0000 |
parents | c65ed4f6eea8 |
children | 81650a27f253 |
line wrap: on
line source
#ifndef _GNT_STATUS_H #define _GNT_STATUS_H #include <status.h> #include <savedstatuses.h> void gg_savedstatus_show_all(void); void gg_savedstatus_edit(GaimSavedStatus *saved); #endif