summaryrefslogtreecommitdiffstats
path: root/programmer.h
diff options
context:
space:
mode:
Diffstat (limited to 'programmer.h')
-rw-r--r--programmer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/programmer.h b/programmer.h
index a0ff6bc63..945d0a7ff 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);