source: trunk/third/gnome-applets/gweather/gweather-about.h @ 18647

Revision 18647, 445 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18646, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef __GWEATHER_ABOUT_H_
2#define __GWEATHER_ABOUT_H_
3
4/* $Id: gweather-about.h,v 1.1.1.2 2003-01-29 20:36:58 ghudson Exp $ */
5
6/*
7 *  Papadimitriou Spiros <spapadim+@cs.cmu.edu>
8 *
9 *  This code released under the GNU GPL.
10 *  Read the file COPYING for more information.
11 *
12 *  About box
13 *
14 */
15
16#include "gweather.h"
17
18G_BEGIN_DECLS
19
20extern void gweather_about_run (GWeatherApplet *gw_applet);
21
22G_END_DECLS
23
24#endif /* __GWEATHER_ABOUT_H_ */
25
Note: See TracBrowser for help on using the repository browser.