diff options
Diffstat (limited to 'programmer.h')
-rw-r--r-- | programmer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/programmer.h b/programmer.h index a0ff6bc6..945d0a7f 100644 --- a/programmer.h +++ b/programmer.h @@ -176,6 +176,7 @@ struct programmer_entry { }; extern const struct programmer_entry programmer_table[]; +extern const size_t programmer_table_size; int programmer_init(enum programmer prog, const char *param); int programmer_shutdown(void); |