comparison src/prefs.h @ 9713:db62420a53a2

[gaim-migrate @ 10574] Remove multi.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 05:38:02 +0000
parents da88e2cd5c53
children 2c8a9f9a71e6
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 * 23 *
24 */ 24 */
25 25 #ifndef _GAIM_PREFS_H_
26 #ifndef _PREFS_H_ 26 #define _GAIM_PREFS_H_
27 #define _PREFS_H_
28 27
29 #include <glib.h> 28 #include <glib.h>
30 29
31 /** 30 /**
32 * Pref data types. 31 * Pref data types.
257 256
258 #ifdef __cplusplus 257 #ifdef __cplusplus
259 } 258 }
260 #endif 259 #endif
261 260
262 #endif /* _PREFS_H_ */ 261 #endif /* _GAIM_PREFS_H_ */