diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 23:11:11 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-08-18 23:11:11 +0200 |
| commit | 64b4d1fb665005c9442361094e02cfd25aa15f43 (patch) | |
| tree | bb340cc7c445e6011471aa7049a898ef8ea28c7e /plugins/netutils.h | |
| parent | d86005e66c9a0368e0c8e5747127253814670806 (diff) | |
| download | monitoring-plugins-64b4d1fb665005c9442361094e02cfd25aa15f43.tar.gz | |
Abbreviate function name
Make a very long function name at least a little bit shorter.
Diffstat (limited to 'plugins/netutils.h')
| -rw-r--r-- | plugins/netutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/netutils.h b/plugins/netutils.h index 765b3d5f..5a495c91 100644 --- a/plugins/netutils.h +++ b/plugins/netutils.h | |||
| @@ -101,7 +101,7 @@ extern int address_family; | |||
| 101 | int np_net_ssl_init(int sd); | 101 | int np_net_ssl_init(int sd); |
| 102 | int np_net_ssl_init_with_hostname(int sd, char *host_name); | 102 | int np_net_ssl_init_with_hostname(int sd, char *host_name); |
| 103 | int np_net_ssl_init_with_hostname_and_version(int sd, char *host_name, int version); | 103 | int np_net_ssl_init_with_hostname_and_version(int sd, char *host_name, int version); |
| 104 | int np_net_ssl_init_with_hostname_version_and_certificate(int sd, char *host_name, int version, char *cert, char *privkey); | 104 | int np_net_ssl_init_with_hostname_version_and_cert(int sd, char *host_name, int version, char *cert, char *privkey); |
| 105 | void np_net_ssl_cleanup(); | 105 | void np_net_ssl_cleanup(); |
| 106 | int np_net_ssl_write(const void *buf, int num); | 106 | int np_net_ssl_write(const void *buf, int num); |
| 107 | int np_net_ssl_read(void *buf, int num); | 107 | int np_net_ssl_read(void *buf, int num); |
