Usermode/login - Code cleanup
authorJohn Hodge (sonata) <[email protected]>
Sun, 9 Mar 2014 12:12:01 +0000 (20:12 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sun, 9 Mar 2014 12:12:01 +0000 (20:12 +0800)
Usermode/Applications/login_src/main.c

index 86b1884..23d9329 100644 (file)
@@ -9,8 +9,8 @@
 #define BUFLEN 1024
 
 // === PROTOTYPES ===
-char   *GetUsername();
-char   *GetPassword();
+char   *GetUsername(void);
+char   *GetPassword(void);
 
 // === CODE ===
 int main(int argc, char *argv[])
@@ -130,10 +130,6 @@ char *_GetString(int bEcho)
  */
 char *GetUsername()
 {
-       char    ret[BUFLEN] = {0};
-        int    pos = 0;
-       char    ch;
-       
        // Prompt the user
        printf("Username: ");
        fflush(stdout);

UCC git Repository :: git.ucc.asn.au