Revert "enhanced whitespace remover"

This reverts commit abd0afb03a.
This commit is contained in:
Drew DeVault 2015-08-18 08:39:26 -04:00
parent a64b10df83
commit 85a573dab7
4 changed files with 33 additions and 32 deletions

View file

@ -2,8 +2,8 @@
#define _SWAY_STRINGOP_H
#include "list.h"
void strip_whitespace(char *str);
void strip_comments(char *str);
char *strip_whitespace(char *str, int *trimmed_start);
char *strip_comments(char *str);
list_t *split_string(const char *str, const char *delims);
void free_flat_list(list_t *list);
char *code_strchr(const char *string, char delimiter);