diff options
author | corvid <corvid@lavabit.com> | 2010-02-27 05:19:43 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-02-27 05:19:43 +0000 |
commit | c078e58a08a9fcfdc65631ef3dacc5ac54b5a3c3 (patch) | |
tree | 4c8f5a3a1deb1e46de863c049eb70ed3d84e9d84 /src/capi.h | |
parent | 6e9217a172572e79d1d4fbd261568bbc8bed11ac (diff) |
trim some spaces
Diffstat (limited to 'src/capi.h')
-rw-r--r-- | src/capi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype, int a_Capi_get_flags(const DilloUrl *Url); int a_Capi_get_flags_with_redirection(const DilloUrl *Url); int a_Capi_dpi_verify_request(BrowserWindow *bw, DilloUrl *url); -int a_Capi_dpi_send_data(const DilloUrl *url, void *bw, +int a_Capi_dpi_send_data(const DilloUrl *url, void *bw, char *data, int data_sz, char *server, int flags); int a_Capi_dpi_send_cmd(DilloUrl *url, void *bw, char *cmd, char *server, int flags); |