diff page.h @ 7:1cf90affaa33

misc: rename the project to imgup
author David Demelier <markand@malikania.fr>
date Thu, 26 Nov 2020 19:13:08 +0100
parents 0c41ea869501
children f19f5f9fee56
line wrap: on
line diff
--- a/page.h	Thu Nov 26 18:43:33 2020 +0100
+++ b/page.h	Thu Nov 26 19:13:08 2020 +0100
@@ -16,8 +16,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifndef IMGPASTER_PAGE_H
-#define IMGPASTER_PAGE_H
+#ifndef IMGUP_PAGE_H
+#define IMGUP_PAGE_H
 
 #include <sys/types.h>
 #include <stdarg.h>
@@ -27,4 +27,4 @@
 void
 page(struct kreq *, const struct ktemplate *, enum khttp, const char *);
 
-#endif /* !IMGPASTER_PAGE_H */
+#endif /* !IMGUP_PAGE_H */