diff buffer.h @ 2:86c845f86868

Switch to more internal define
author David Demelier <markand@malikania.fr>
date Tue, 06 Sep 2011 18:45:16 +0200
parents 22d7bb03e569
children 9ee89108528b
line wrap: on
line diff
--- a/buffer.h	Tue Sep 06 17:43:59 2011 +0200
+++ b/buffer.h	Tue Sep 06 18:45:16 2011 +0200
@@ -16,8 +16,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#ifndef HAVE_BUFFER_H
-#define HAVE_BUFFER_H
+#ifndef _BUFFER_H_
+#define _BUFFER_H_
 
 #define	BUFFER_DEFAULT_BSIZE	512
 
@@ -50,4 +50,4 @@
 void	buffer_clear(struct buffer *);
 void	buffer_free(struct buffer *);
 
-#endif /* HAVE_BUFFER_H */
+#endif /* _BUFFER_H_ */