Updated prof_init hook args

This commit is contained in:
James Booth
2016-04-13 00:14:31 +01:00
parent a8d64f9b21
commit 0110764b2d
14 changed files with 83 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ cmd_pid(char **args)
}
void
prof_init(const char * const version, const char * const status)
prof_init(const char * const version, const char * const status, const char *const account_name, const char *const fulljid)
{
const char *synopsis[] = { "/pid", NULL };
const char *description = "Show process ID and parent Process ID in the console window.";