autoupdate
[gnulib.git] / modules / trim
index 019a041..c954509 100644 (file)
@@ -1,21 +1,24 @@
 Description:
-trim() removes leading and/or trailing whitespaces
+trim() function: remove leading and/or trailing whitespaces
 
 Files:
-lib/trim.c
 lib/trim.h
+lib/trim.c
 
 Depends-on:
 xalloc
+mbchar
 mbiter
+memmove
+strdup
 
 configure.ac:
 
 Makefile.am:
-EXTRA_DIST += trim.h
+lib_SOURCES += trim.c
 
 Include:
-#include "trim.h"
+"trim.h"
 
 License:
 GPL