JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add -lXtst here too
[spectrwm.git] / osx / osx.h
1 /* $scrotwm$ */
2
3 long long strtonum(const char *, long long, long long, const char **);
4
5 #ifndef TAILQ_END
6 #define TAILQ_END(head)                 NULL
7 #endif