mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
-
This commit is contained in:
parent
8cf148e717
commit
cb6e631be9
2 changed files with 34 additions and 33 deletions
|
@ -166,12 +166,12 @@
|
|||
# define htmlhead this_interactive()->http_head
|
||||
# define htmlpage this_interactive()->http_page
|
||||
# define htmltail this_interactive()->http_tail
|
||||
|
||||
# define HTERROR 1 // return mc if necessary?
|
||||
# define HTDONE 0
|
||||
# define HTMORE -1
|
||||
#endif
|
||||
|
||||
#define HTERROR 1 // return mc if necessary?
|
||||
#define HTDONE 0
|
||||
#define HTMORE -1
|
||||
|
||||
// even more specific to the way we parse commands
|
||||
// combine the rest of the arguments back into one string
|
||||
#define ARGS(x) implode(args[x..], " ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue