[monitoring-plugins] Remove legacy comments and add some new ones

Sven Nierlein git at monitoring-plugins.org
Sat Jan 7 18:40:13 CET 2023


    Module: monitoring-plugins
    Branch: master
    Commit: d4502f246f367af5e1d6b3944116f1d86beb5811
    Author: RincewindsHat <12514511+RincewindsHat at users.noreply.github.com>
 Committer: Sven Nierlein <sven at nierlein.org>
      Date: Sun Nov 13 23:03:25 2022 +0100
       URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d4502f2

Remove legacy comments and add some new ones

---

 plugins/check_http.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/plugins/check_http.c b/plugins/check_http.c
index ca8746b..859e3e3 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -31,9 +31,6 @@
  *
  *****************************************************************************/
 
-/* splint -I. -I../../plugins -I../../lib/ -I/usr/kerberos/include/
- * ../../plugins/check_http.c */
-
 const char *progname = "check_http";
 const char *copyright = "1999-2022";
 const char *email = "devel at monitoring-plugins.org";
@@ -136,6 +133,7 @@ char buffer[MAX_INPUT_BUFFER];
 char *client_cert = NULL;
 char *client_privkey = NULL;
 
+// Forward function declarations
 bool process_arguments(int, char **);
 int check_http(void);
 void redir(char *pos, char *status_line);



More information about the Commits mailing list