summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/kernel/kernel/modulemgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/kernel/modulemgr.h b/include/kernel/kernel/modulemgr.h
index 9b8d9ff..879c3c2 100644
--- a/include/kernel/kernel/modulemgr.h
+++ b/include/kernel/kernel/modulemgr.h
@@ -152,7 +152,7 @@ int sceKernelStopUnloadModuleForPid(SceUID pid, SceUID modid, SceSize args, void
int sceKernelMountBootfs(const char *bootImagePath);
int sceKernelUmountBootfs(void);
-int sceKernelSearchModuleByName(const char *module_name, const char *path, int pid);
+int sceKernelSearchModuleByName(const char *module_name);
/**
* @brief Get the main module for a given process.