|
@ -1,9 +1,14 @@ |
|
|
typedef struct Customer{ |
|
|
typedef struct Customer{ |
|
|
|
|
|
<<<<<<< HEAD |
|
|
<<<<<<< HEAD |
|
|
<<<<<<< HEAD |
|
|
int ID; |
|
|
int ID; |
|
|
char *forename,*surname,*password; |
|
|
char *forename,*surname,*password; |
|
|
======= |
|
|
======= |
|
|
char *ID, *forename, *surname, *password; |
|
|
char *ID, *forename, *surname, *password; |
|
|
>>>>>>> 3e7a7d3 (Implementation of functions LoginAsCustomer() and Login()) |
|
|
>>>>>>> 3e7a7d3 (Implementation of functions LoginAsCustomer() and Login()) |
|
|
|
|
|
======= |
|
|
|
|
|
int ID; |
|
|
|
|
|
char *forename,*surname,*password; |
|
|
|
|
|
>>>>>>> 4d810f5640d89a86c1f2feef3ab19118518ad49f |
|
|
float balance; |
|
|
float balance; |
|
|
}customer_t; |
|
|
}customer_t; |