# HG changeset patch # User Richard Laager # Date 1134075327 0 # Node ID 4ee5f1e45ec2f5e22934ce155826db4da3aac41d # Parent 4ed7663099ca55784f6eb23b0b251dc6a4301b37 [gaim-migrate @ 14703] Add a header guard (_YAHOO_FILEXFER_H_). committer: Tailor Script diff -r 4ed7663099ca -r 4ee5f1e45ec2 src/protocols/yahoo/yahoo_filexfer.h --- 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