summaryrefslogtreecommitdiff
path: root/apps/include/netutils/tftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/include/netutils/tftp.h')
-rw-r--r--apps/include/netutils/tftp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/include/netutils/tftp.h b/apps/include/netutils/tftp.h
index c00e37c72..276073aad 100644
--- a/apps/include/netutils/tftp.h
+++ b/apps/include/netutils/tftp.h
@@ -1,8 +1,8 @@
/****************************************************************************
- * include/apps/netutils/tftp.h
+ * apps/include/netutils/tftp.h
*
* Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __APPS_NETUTILS_TFTP_H
-#define __APPS_NETUTILS_TFTP_H
+#ifndef __APPS_INCLUDE_NETUTILS_TFTP_H
+#define __APPS_INCLUDE_NETUTILS_TFTP_H
/****************************************************************************
* Included Files
@@ -70,4 +70,4 @@ EXTERN int tftpput(const char *local, const char *remote, in_addr_t addr, bool b
}
#endif
-#endif /* __APPS_NETUTILS_TFTP_H */ \ No newline at end of file
+#endif /* __APPS_INCLUDE_NETUTILS_TFTP_H */