summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/private-c-api.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/private-c-api.md')
-rw-r--r--web/input/doc/faq/private-c-api.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/input/doc/faq/private-c-api.md b/web/input/doc/faq/private-c-api.md
index c814d8c..700fd20 100644
--- a/web/input/doc/faq/private-c-api.md
+++ b/web/input/doc/faq/private-c-api.md
@@ -4,8 +4,8 @@ parent: FAQ
4 4
5# Private C APIs 5# Private C APIs
6 6
7This page describes the Nagios Plugins routines that can be accessed from the 7This page describes the Monitoring Plugins routines that can be accessed from
8internal library. 8the internal library.
9 9
10This page is in development, so these are not guaranteed to be available. As 10This page is in development, so these are not guaranteed to be available. As
11the API matures and is available in libraries, this information will be 11the API matures and is available in libraries, this information will be
@@ -15,8 +15,8 @@ migrated to the [Development Guidelines][guidelines].
15 15
16### np\_init(char \*plugin\_name, int argc, char \*\*argv) 16### np\_init(char \*plugin\_name, int argc, char \*\*argv)
17 17
18Initialize the Nagios Plugins routines. Pass the plugin name and `argc` and 18Initialize the Monitoring Plugins routines. Pass the plugin name and `argc`
19`argv` from `main()`. 19and `argv` from `main()`.
20 20
21A variable `nagios_plugin` will be created for internal use. 21A variable `nagios_plugin` will be created for internal use.
22 22