diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 18:47:09 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 18:47:09 +0200 |
| commit | 044dc5a93c33d7aa4c9c98a626890c16446a56fc (patch) | |
| tree | 23cc17a595d36a35ad9cb50e3ab18c2956b5f65c /include/gensvm_strutil.h | |
| parent | Move includes to header (diff) | |
| download | gensvm-044dc5a93c33d7aa4c9c98a626890c16446a56fc.tar.gz gensvm-044dc5a93c33d7aa4c9c98a626890c16446a56fc.zip | |
major refactor of the code
Diffstat (limited to 'include/gensvm_strutil.h')
| -rw-r--r-- | include/gensvm_strutil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gensvm_strutil.h b/include/gensvm_strutil.h index c51422f..efaa5ec 100644 --- a/include/gensvm_strutil.h +++ b/include/gensvm_strutil.h @@ -1,8 +1,8 @@ /** - * @file strutil.h + * @file gensvm_strutil.h * @author Gertjan van den Burg * @date August, 2013 - * @brief Header file for strutil.c + * @brief Header file for gensvm_strutil.c * * @details * Function declarations for useful string functions used in parsing @@ -13,7 +13,7 @@ #ifndef GENSVM_STRUTIL_H #define GENSVM_STRUTIL_H -#include "types.h" +#include "globals.h" bool str_startswith(const char *str, const char *pre); bool str_endswith(const char *str, const char *suf); |
