diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-11-24 11:39:40 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-11-24 11:39:40 -0800 |
commit | 13189997111deac782df2be3db4e4669d5635ca2 (patch) | |
tree | e1dfc0e1c3031b9aaff1c0d0c09933f9311cce16 /src/rototiller.h | |
parent | 8f774980b9222f39f9e74e8e3a694cad55753e2f (diff) |
rototiller: rototiller_fragmenter_t s/num/number/
Mechanical change removing abbreviation for consistency
Diffstat (limited to 'src/rototiller.h')
-rw-r--r-- | src/rototiller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rototiller.h b/src/rototiller.h index a81c3e4..70b9ef2 100644 --- a/src/rototiller.h +++ b/src/rototiller.h @@ -5,7 +5,7 @@ /* rototiller_fragmenter produces fragments from an input fragment, num being the desired fragment for the current call. * return value of 1 means a fragment has been produced, 0 means num is beyond the end of fragments. */ -typedef int (*rototiller_fragmenter_t)(void *context, const fb_fragment_t *fragment, unsigned num, fb_fragment_t *res_fragment); +typedef int (*rototiller_fragmenter_t)(void *context, const fb_fragment_t *fragment, unsigned number, fb_fragment_t *res_fragment); typedef struct settings_t settings; typedef struct setting_desc_t setting_desc_t; |