updated header comments and guards
This commit is contained in:
parent
a908cf92af
commit
ff89dd2ded
10 changed files with 29 additions and 29 deletions
|
|
@ -8,8 +8,8 @@
|
|||
* (at your option) any later version.
|
||||
*/
|
||||
|
||||
#ifndef __COMMON_STRBUF_H
|
||||
#define __COMMON_STRBUF_H
|
||||
#ifndef __STRBUF_H
|
||||
#define __STRBUF_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
@ -55,4 +55,4 @@ void strbuf_rev(strbuf_t *s);
|
|||
|
||||
void strbuf_squeeze(strbuf_t *s, char ch);
|
||||
|
||||
#endif /* __COMMON_STRBUF_H */
|
||||
#endif /* __STRBUF_H */
|
||||
|
|
|
|||
Reference in a new issue