cosmetic: fix visual grouping of the functions;
This commit is contained in:
parent
39ac80efda
commit
067cb2df5e
@ -157,15 +157,15 @@ void *ndbuf_rdata(ndbuf_t *);
|
||||
/* return pointer to the data currently being read/write */
|
||||
void *ndbuf_rdatacur(ndbuf_t *);
|
||||
|
||||
/* reset current pointer */
|
||||
void ndbuf_resetcur(ndbuf_t *);
|
||||
|
||||
/* set flags to the raw buffer */
|
||||
void ndbuf_setflags(ndbuf_t *, int);
|
||||
|
||||
/* exchange flags for raw buff */
|
||||
void ndbuf_exflags(ndbuf_t *, int);
|
||||
|
||||
/* reset current pointer */
|
||||
void ndbuf_resetcur(ndbuf_t *);
|
||||
|
||||
/* reset all the flags */
|
||||
#define ndbuf_flagsreset(a) ndbuf_exflags((a), 0)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user