1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-07 16:02:55 +03:00

Use long long instead of int64_t in the public interface for consistency

This commit is contained in:
bel
2016-05-24 22:10:37 +02:00
parent 914ad2256d
commit 0475d20f68
4 changed files with 5 additions and 5 deletions

View File

@@ -231,7 +231,7 @@ field_get(const char *key, const char *value, size_t valuelen, void *user_data)
int
field_stored(const char *path, size_t file_size, void *user_data)
field_stored(const char *path, long long file_size, void *user_data)
{
struct mg_connection *conn = (struct mg_connection *)user_data;