summaryrefslogtreecommitdiff
path: root/textscreen/txt_radiobutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'textscreen/txt_radiobutton.h')
-rw-r--r--textscreen/txt_radiobutton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_radiobutton.h b/textscreen/txt_radiobutton.h
index 5174d958..d668254c 100644
--- a/textscreen/txt_radiobutton.h
+++ b/textscreen/txt_radiobutton.h
@@ -35,6 +35,7 @@ struct txt_radiobutton_s
};
txt_radiobutton_t *TXT_NewRadioButton(char *label, int *variable, int value);
+void TXT_SetRadioButtonLabel(txt_radiobutton_t *radiobutton, char *value);
#endif /* #ifndef TXT_RADIOBUTTON_H */