summaryrefslogtreecommitdiff
path: root/lib/frrlua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frrlua.h')
-rw-r--r--lib/frrlua.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/frrlua.h b/lib/frrlua.h
index d6ee2347a9..56c43b7755 100644
--- a/lib/frrlua.h
+++ b/lib/frrlua.h
@@ -57,15 +57,6 @@ enum frrlua_rm_status {
};
/*
- * Creates a new Lua state, loads all libraries, and if a script is provided,
- * runs it.
- *
- * Returns:
- * The new Lua state.
- */
-lua_State *frrlua_initialize(const char *file);
-
-/*
* Pushes a new table containing relevant fields from a prefix structure.
*
* Additionally sets the global variable "prefix" to point at this table.