summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/include/strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/include/strutil.h')
-rw-r--r--open-vm-tools/lib/include/strutil.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/open-vm-tools/lib/include/strutil.h b/open-vm-tools/lib/include/strutil.h
index 3bdb3a1b..0ce50b0f 100644
--- a/open-vm-tools/lib/include/strutil.h
+++ b/open-vm-tools/lib/include/strutil.h
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 1998 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -67,4 +67,6 @@ void StrUtil_SafeStrcat(char **prefix, const char *str);
void StrUtil_SafeStrcatFV(char **prefix, const char *fmt, va_list args);
void StrUtil_SafeStrcatF(char **prefix, const char *fmt, ...) PRINTF_DECL(2, 3);
+char *StrUtil_TrimWhitespace(const char *str);
+
#endif /* STRUTIL_H */