comparison src/imgstore.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 4ff4c34b7500
children
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * 24 *
25 */ 25 */
26 #ifndef _GAIM_CONV_IMGSTORE_H_ 26 #ifndef _GAIM_IMGSTORE_H_
27 #define _GAIM_CONV_IMGSTORE_H_ 27 #define _GAIM_IMGSTORE_H_
28 28
29 struct _GaimStoredImage; 29 struct _GaimStoredImage;
30 typedef struct _GaimStoredImage GaimStoredImage; 30 typedef struct _GaimStoredImage GaimStoredImage;
31 31
32 #ifdef __cplusplus 32 #ifdef __cplusplus
106 106
107 #ifdef __cplusplus 107 #ifdef __cplusplus
108 } 108 }
109 #endif 109 #endif
110 110
111 #endif /* _GAIM_CONV_IMGSTORE_H_ */ 111 #endif /* _GAIM_IMGSTORE_H_ */