aboutsummaryrefslogtreecommitdiff
path: root/src/pmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmt.h')
-rw-r--r--src/pmt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pmt.h b/src/pmt.h
index 6f5cb10..3bccedb 100644
--- a/src/pmt.h
+++ b/src/pmt.h
@@ -32,7 +32,7 @@
#define PMT_LG 3
#define PMT_BUTT 4
#define PMT_NECK 5
-#define PMT_CALIBRATION 5
+#define PMT_CALIBRATION 6
#define PMT_SPARE 10
#define PMT_INVALID 11
@@ -47,6 +47,7 @@ typedef struct pmt {
extern pmt pmts[MAX_PMTS];
+void get_pmt_type_string(int pmt_type, char *s);
int load_pmt_info();
#endif