docs: correct LoadExtensionList() documentation

Add the missing arguments to the function signature.

Fixes: e46820fb89 ("miinitext: introduce LoadExtensionList() to replace
over LoadExtension()")

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Emil Velikov 2018-02-19 15:18:11 +00:00 committed by Adam Jackson
parent 089a1b0f9f
commit 9237c5e287
1 changed files with 1 additions and 1 deletions

View File

@ -5732,7 +5732,7 @@ These may be moved out of the loader at some point.
<blockquote><para>
<programlisting>
void LoadExtensionList(const ExtensionModule ext[]);
void LoadExtensionList(const ExtensionModule ext[], int size, Bool builtin);
</programlisting>
<blockquote><para>
This registers the entry points for the extension array identified by