diff fragment.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/fragment.h	Thu Nov 26 18:43:33 2020 +0100
+++ b/fragment.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_FRAGMENT_H
-#define IMGPASTER_FRAGMENT_H
+#ifndef IMGUP_FRAGMENT_H
+#define IMGUP_FRAGMENT_H
 
 struct kreq;
 struct ktemplate;
@@ -25,4 +25,4 @@
 void
 fragment(struct kreq *, const struct ktemplate *, const char *);
 
-#endif /* !IMGPASTER_FRAGMENT_H */
+#endif /* !IMGUP_FRAGMENT_H */