#include "nssm.h" extern unsigned long tls_index; extern bool is_admin; /* String function */ int str_equiv(const char *a, const char *b) { int i; for (i = 0; ; i++) { if (tolower(b[i]) != tolower(a[i])) return 0; if (! a[i]) return 1; } } /* How to use me correctly */ int usage(int ret) { fprintf(stderr, "NSSM: The non-sucking service manager\n"); fprintf(stderr, "Version %s, %s\n", NSSM_VERSION, NSSM_DATE); fprintf(stderr, "Usage: nssm