diff options
Diffstat (limited to 'src/rototiller.h')
-rw-r--r-- | src/rototiller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rototiller.h b/src/rototiller.h index 0ff2c3f..f75ca11 100644 --- a/src/rototiller.h +++ b/src/rototiller.h @@ -1,12 +1,12 @@ #ifndef _ROTOTILLER_H #define _ROTOTILLER_H -typedef struct rototiller_renderer_t { +typedef struct rototiller_module_t { void (*render)(fb_fragment_t *); char *name; char *description; char *author; char *license; -} rototiller_renderer_t; +} rototiller_module_t; #endif |