Commit 7c044e07184ce40170cbb940bd4a1130fc202acc

Authored by Georg Hopp
1 parent 93e1d2a1

there is no session_update method anymore...this will be done in session_get at least at the moment

Showing 1 changed file with 0 additions and 1 deletions
@@ -6,7 +6,6 @@ APPLICATION = application.c \ @@ -6,7 +6,6 @@ APPLICATION = application.c \
6 signup.c \ 6 signup.c \
7 session_start.c \ 7 session_start.c \
8 session_stop.c \ 8 session_stop.c \
9 - session_update.c \  
10 session_get.c 9 session_get.c
11 ADAPTERHTTP = adapter/http/http.c \ 10 ADAPTERHTTP = adapter/http/http.c \
12 adapter/http/update.c 11 adapter/http/update.c
Please register or login to post a comment