wmpager: drop tooltip suport
[dockapps.git] / wmweather+ / getLine.h
bloba8f5505e2d4c3633d42ce75e2b2a443988b6c05d
1 #include <stdio.h>
3 /* Gets a single line of input, stripping leading and trailing whitespace */
4 int getLine(char **s, FILE *fd);