diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-31 00:20:08 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-31 00:20:08 -0800 |
| commit | ee060d0de215c481e0f431c6bfe6172c15fea288 (patch) | |
| tree | d28797ff78fbdf827f5de22e23d9689aac424c8e /src/core/protocol.h | |
| parent | 64f4efa81a4bddcd8bdc31b6408b67d6c2e27dd1 (diff) | |
| download | nng-ee060d0de215c481e0f431c6bfe6172c15fea288.tar.gz nng-ee060d0de215c481e0f431c6bfe6172c15fea288.tar.bz2 nng-ee060d0de215c481e0f431c6bfe6172c15fea288.zip | |
Uncrustify fixes.
Diffstat (limited to 'src/core/protocol.h')
| -rw-r--r-- | src/core/protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/protocol.h b/src/core/protocol.h index a8e93ea7..3a391ece 100644 --- a/src/core/protocol.h +++ b/src/core/protocol.h @@ -39,11 +39,11 @@ struct nni_protocol { // Thread functions for processing send & receive sides of // protocol pipes. Send may be NULL, but recv should should not. // (Recv needs to detect a closed pipe, if nothing else.) - void (*proto_pipe_send)(void *); + void (*proto_pipe_send)(void *); void (*proto_pipe_recv)(void *); // Option manipulation. These may be NULL. - int (*proto_setopt)(void *, int, const void *, size_t); + int (*proto_setopt)(void *, int, const void *, size_t); int (*proto_getopt)(void *, int, void *, size_t *); // Receive filter. This may be NULL, but if it isn't, then |
