summaryrefslogtreecommitdiff
path: root/src/rototiller.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-24 11:39:40 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-11-24 11:39:40 -0800
commit13189997111deac782df2be3db4e4669d5635ca2 (patch)
treee1dfc0e1c3031b9aaff1c0d0c09933f9311cce16 /src/rototiller.h
parent8f774980b9222f39f9e74e8e3a694cad55753e2f (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.h2
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;
© All Rights Reserved