Mercurial > pidgin
changeset 12396:4ee5f1e45ec2
[gaim-migrate @ 14703]
Add a header guard (_YAHOO_FILEXFER_H_).
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 08 Dec 2005 20:55:27 +0000 |
parents | 4ed7663099ca |
children | 8d1cf3f847b1 |
files | src/protocols/yahoo/yahoo_filexfer.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_filexfer.h Thu Dec 08 18:06:08 2005 +0000 +++ b/src/protocols/yahoo/yahoo_filexfer.h Thu Dec 08 20:55:27 2005 +0000 @@ -19,6 +19,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef _YAHOO_FILEXFER_H_ +#define _YAHOO_FILEXFER_H_ #include "ft.h" @@ -48,3 +50,5 @@ * @param file What file? If NULL, user will choose after this call. */ void yahoo_send_file(GaimConnection *gc, const char *who, const char *file); + +#endif