mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-20 21:57:10 -04:00
check_dummy: do not export local symbols
This commit is contained in:
parent
1633fd73bd
commit
5f2ae6d5e5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const char *email = "devel@monitoring-plugins.org";
|
|||
#include "common.h"
|
||||
#include "utils.h"
|
||||
|
||||
void print_help(void);
|
||||
static void print_help(void);
|
||||
void print_usage(void);
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue