added the shebang field to cgi.
changed qse_httpd_getoption()/qse_httpd_setoption() to qse_httpd_getopt()/qse_httpd_setopt() with QSE_HTTPD_TRAIT fixed a bug of not passing the pred argument in qse_httpd_entaskrsrc().
This commit is contained in:
@ -504,7 +504,7 @@ int qse_awk_setopt (qse_awk_t* awk, qse_awk_opt_t id, const void* value)
|
||||
return -1;
|
||||
}
|
||||
|
||||
int qse_awk_getopt (qse_awk_t* awk, qse_awk_opt_t id, void* value)
|
||||
int qse_awk_getopt (qse_awk_t* awk, qse_awk_opt_t id, void* value)
|
||||
{
|
||||
switch (id)
|
||||
{
|
||||
|
Reference in New Issue
Block a user