Line 9:
Line 9:
|-
|-
|OSDynLoad_Acquire
|OSDynLoad_Acquire
−
|void OSDynLoad_Acquire(char *rplname, u32 *handle);
+
|<code>void OSDynLoad_Acquire(const char *rplname, uint32_t *handle);</code>
|Acquire a handle to an RPL by name
|Acquire a handle to an RPL by name
|-
|-
|OSDynLoad_FindExport
|OSDynLoad_FindExport
−
|void OSDynLoad_FindExport(u32 handle, int isdata, char *symname, void *address);
+
|<code>void OSDynLoad_FindExport(uint32_t handle, bool isdata, const char *symname, void **address);</code>
|Get a symbol address from a loaded RPL
|Get a symbol address from a loaded RPL
|}
|}