Mercurial > pidgin
diff src/conversation.h @ 4890:89cb14edf8cf
[gaim-migrate @ 5220]
Moved utility function declarations into util.h and documented them.
Constificationized some vars in some functions.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Tue, 25 Mar 2003 06:26:24 +0000 |
| parents | 249382064693 |
| children | 4691c5936c01 |
line wrap: on
line diff
--- a/src/conversation.h Tue Mar 25 05:01:00 2003 +0000 +++ b/src/conversation.h Tue Mar 25 06:26:24 2003 +0000 @@ -21,8 +21,8 @@ * */ -#ifndef _CONVERSATION_H_ -#define _CONVERSATION_H_ +#ifndef _GAIM_CONVERSATION_H_ +#define _GAIM_CONVERSATION_H_ /**************************************************************************/ /** Data Structures */ @@ -1198,4 +1198,4 @@ /*@}*/ -#endif /* _CONVERSATION_H_ */ +#endif /* _GAIM_CONVERSATION_H_ */
