diff options
| author | Thibault "bui" Koechlin | 2017-12-28 17:04:06 +0100 |
|---|---|---|
| committer | jvoisin | 2017-12-28 17:04:06 +0100 |
| commit | 9f5e8d12f05fb24c915a5266a1e908a75c8aed08 (patch) | |
| tree | 9160075ea943c7fd29a3923f844a0ac0d6b8b457 /src/sp_upload_validation.h | |
| parent | 62c48bf9a85e0294b7b32cea438e904e1cd50669 (diff) | |
Clang-format pass
- `clang-format --style="{BasedOnStyle: google, SortIncludes: false}" -i snuffleu*.c sp_*.c sp_*.h`
- Update the documentation accordingly
Diffstat (limited to 'src/sp_upload_validation.h')
| -rw-r--r-- | src/sp_upload_validation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp_upload_validation.h b/src/sp_upload_validation.h index 3d59527..ae3871b 100644 --- a/src/sp_upload_validation.h +++ b/src/sp_upload_validation.h | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | void hook_upload(); | 4 | void hook_upload(); |
| 5 | 5 | ||
| 6 | int (*sp_rfc1867_orig_callback)(unsigned int event, void *event_data, void **extra); | 6 | int (*sp_rfc1867_orig_callback)(unsigned int event, void *event_data, |
| 7 | void **extra); | ||
| 7 | int sp_rfc1867_callback(unsigned int event, void *event_data, void **extra); | 8 | int sp_rfc1867_callback(unsigned int event, void *event_data, void **extra); |
| 8 | 9 | ||
| 9 | #endif | 10 | #endif |
