diff options
author | jcid <devnull@localhost> | 2008-09-14 15:10:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-14 15:10:41 +0200 |
commit | 4272ccda16b3d6b8695f01eb3c6ea544a97cbf54 (patch) | |
tree | fe04b225b6adeecc2fce18d175368efa6ff89c94 /src/html_common.hh | |
parent | f6940d9ad7ee28c7226b8e66798fb9537ae3e238 (diff) |
- Forbid dpi GET and POST from non dpi-generated urls.
- Cleaned up a_Url_new().
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 47b0c1a7..d7b02b8e 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -242,7 +242,6 @@ char *a_Html_get_attr_wdef(DilloHtml *html, DilloUrl *a_Html_url_new(DilloHtml *html, const char *url_str, const char *base_url, - int flags, int32_t posx, int32_t posy, int use_base_url); DilloImage *a_Html_add_new_image(DilloHtml *html, const char *tag, |