move buffer.[hc] into lib-lib/
[apps/madmutt.git] / lib-lib / buffer.h
similarity index 94%
rename from buffer.h
rename to lib-lib/buffer.h
index bd3499d..da476ac 100644 (file)
--- a/buffer.h
@@ -26,8 +26,8 @@
  * please see the file GPL in the top level source directory.
  */
 
-#ifndef _MUTT_BUFFER_H
-#define _MUTT_BUFFER_H
+#ifndef MUTT_LIB_LIB_BUFFER_H
+#define MUTT_LIB_LIB_BUFFER_H
 
 #include <lib-lib/str.h>
 
@@ -53,4 +53,4 @@ static inline void mutt_buffer_addch(BUFFER *b, char c) {
     mutt_buffer_add(b, &c, 1);
 }
 
-#endif /* !_MUTT_BUFFER_H */
+#endif /* MUTT_LIB_LIB_BUFFER_H */