Skip to content

Commit 7d2b263

Browse files
authored
Update kernel.h
1 parent 0cfc773 commit 7d2b263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/c/kernel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ void shell();
2323
// char* tokenizeCommand(char* raw, int* commandLen);
2424
void tokenizeCommand(char* raw, char* command, char* param);
2525
void shell_cd(char* currentDir, char* params, char* dirBuffer);
26-
void shell_ls(char* currentDir, char* params, char* dirBuffer);
26+
void shell_ls(char currentDir, char* params);
2727
void shell_cat(char* currentDir, char* params, char* dirBuffer);
28-
void shell_ln(char* currentDir, char* params);
28+
void shell_ln(int currentDirIdx, char* params);
2929
void realPath(char *absPath, char *path, char *newPath);
3030

3131
#endif

0 commit comments

Comments
 (0)