aboutsummaryrefslogtreecommitdiff
path: root/src/ld-lua-symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ld-lua-symbol.h')
-rw-r--r--src/ld-lua-symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ld-lua-symbol.h b/src/ld-lua-symbol.h
index 9e5af9b..c8b6f35 100644
--- a/src/ld-lua-symbol.h
+++ b/src/ld-lua-symbol.h
@@ -53,7 +53,7 @@ struct _LdLuaSymbolClass
GType ld_lua_symbol_get_type (void) G_GNUC_CONST;
-LdSymbol *ld_lua_symbol_new (LdLua *lua, const gchar *ident);
+LdSymbol *ld_lua_symbol_new (const gchar *name, LdLua *lua, const gchar *ident);
G_END_DECLS