comparison src/imgstore.h @ 7118:bf630f7dfdcd

[gaim-migrate @ 7685] Here's a commit that I think will make faceprint happy. GaimWindow -> GaimConvWindow, GaimIm -> GaimConvIm, GaimChat -> GaimConvChat, GaimBlistChat -> GaimChat, and updated the API functions as well. Plugin authors are going to hunt me down and murder me. I can feel it.. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 02:54:07 +0000
parents 083d1e4a9c78
children fa6395637e2c
comparison
equal deleted inserted replaced
7117:943085b0ff8b 7118:bf630f7dfdcd
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 * 22 *
23 */ 23 */
24 #ifndef _GAIM_IMGSTORE_H_ 24 #ifndef _GAIM_CONV_IMGSTORE_H_
25 #define _GAIM_IMGSTORE_H_ 25 #define _GAIM_CONV_IMGSTORE_H_
26 26
27 /** 27 /**
28 * Stored image 28 * Stored image
29 * 29 *
30 * Represents a single IM image awaiting display and/or transmission. 30 * Represents a single IM image awaiting display and/or transmission.
83 83
84 #ifdef __cplusplus 84 #ifdef __cplusplus
85 } 85 }
86 #endif 86 #endif
87 87
88 #endif /* _GAIM_IMGSTORE_H_ */ 88 #endif /* _GAIM_CONV_IMGSTORE_H_ */