Subversion Repositories RepoView

Rev

Rev 5 | Rev 39 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line 1... Line 1...
1
/* $Id: main.c 5 2024-08-20 22:43:56Z nishi $ */
1
/* $Id: main.c 6 2024-08-21 00:44:17Z nishi $ */
2
 
2
 
3
#include <stdio.h>
3
#include <stdio.h>
4
 
4
 
5
#include "../config.h"
5
#include "../config.h"
6
 
6
 
Line 38... Line 38...
38
	rv_init_auth();
38
	rv_init_auth();
39
	rv_process_page();
39
	rv_process_page();
40
	printf("Content-Type: text/html\r\n");
40
	printf("Content-Type: text/html\r\n");
41
	printf("\r\n");
41
	printf("\r\n");
42
	rv_print_page();
42
	rv_print_page();
43
	rv_logged_in();
-
 
44
	rv_load_query('Q');
43
	rv_load_query('Q');
45
	rv_free_query();
44
	rv_free_query();
46
	rv_load_query('P');
45
	rv_load_query('P');
47
	rv_free_query();
46
	rv_free_query();
48
	rv_close_db();
47
	rv_close_db();