[gaim-migrate @ 14703]

Thu, 08 Dec 2005 20:55:27 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 08 Dec 2005 20:55:27 +0000
changeset 12396
09d38f9eb05c
parent 12395
ed974720fe97
child 12397
aa64ec827fdf

[gaim-migrate @ 14703]
Add a header guard (_YAHOO_FILEXFER_H_).

src/protocols/yahoo/yahoo_filexfer.h file | annotate | diff | comparison | revisions
--- 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

mercurial