Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Jul 8, 2017
1 parent 3467cbb commit 4ec8dd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions evhtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,9 @@ EVHTP_EXPORT evhtp_t * evhtp_new(evbase_t * evbase, void * arg);
EVHTP_EXPORT void evhtp_enable_flag(evhtp_t *, int);
EVHTP_EXPORT void evhtp_connection_enable_flag(evhtp_connection_t *, int);
EVHTP_EXPORT void evhtp_request_enable_flag(evhtp_request_t *, int);
EVHTP_EXPORT int evhtp_get_flags(evhtp_t *);
EVHTP_EXPORT int evhtp_connection_get_flags(evhtp_connection_t *);
EVHTP_EXPORT int evhtp_request_get_flags(evhtp_request_t *);
EVHTP_EXPORT int evhtp_get_flags(evhtp_t *);
EVHTP_EXPORT int evhtp_connection_get_flags(evhtp_connection_t *);
EVHTP_EXPORT int evhtp_request_get_flags(evhtp_request_t *);
EVHTP_EXPORT void evhtp_disable_flag(evhtp_t *, int);
EVHTP_EXPORT void evhtp_connection_disable_flag(evhtp_connection_t *, int);
EVHTP_EXPORT void evhtp_request_disable_flag(evhtp_request_t *, int);
Expand Down

0 comments on commit 4ec8dd3

Please sign in to comment.