summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 358f119)
raw | patch | inline | side by side (parent: 358f119)
author | Florian Forster <octo@noris.net> | |
Tue, 7 Oct 2008 07:23:07 +0000 (09:23 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Tue, 7 Oct 2008 07:23:07 +0000 (09:23 +0200) |
src/snmp.c | patch | blob | history |
diff --git a/src/snmp.c b/src/snmp.c
index 09aca5638dc4da1f4ef3bda602432da621211764..3ba93fe8438078c92bf3481401dfd11a8441f103 100644 (file)
--- a/src/snmp.c
+++ b/src/snmp.c
/*
* Private functions
*/
+/* Many functions to handle the configuration. {{{ */
/* First there are many functions which do configuration stuff. It's a big
* bloated and messy, I'm afraid. */
return (0);
} /* int csnmp_config */
-/* End of the config stuff. Now the interesting part begins */
+/* }}} End of the config stuff. Now the interesting part begins */
static void csnmp_host_close_session (host_definition_t *host)
{
} /* void module_register */
/*
- * vim: shiftwidth=2 softtabstop=2 tabstop=8
+ * vim: shiftwidth=2 softtabstop=2 tabstop=8 fdm=marker
*/