summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-24 14:58:47 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:15 (GMT)
commit770c1d995dc45e89ac2c79d6e69118f7bbf0b0af (patch)
tree31978840e7506ce6410c83fcfcde80775ecf1646 /src/eulogium.h
parent6acecb90833642a627637129cd7fc08f123e7fc8 (diff)
downloadeulogium-770c1d995dc45e89ac2c79d6e69118f7bbf0b0af.zip
eulogium-770c1d995dc45e89ac2c79d6e69118f7bbf0b0af.tar.gz
eulogium-770c1d995dc45e89ac2c79d6e69118f7bbf0b0af.tar.bz2
update file_data_set to store more information in the print data
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index 3cd5250..4a7c5fb 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -70,7 +70,7 @@ struct multi_screen_data {
struct multi_screen *screen;
};
-void eulogium_print_file_set(struct eulogium_data *eulogium, char *filepath);
+void eulogium_print_data_set(struct eulogium_data *eulogium, char *filepath);
void eulogium_button_cb_set(struct button_def *button, struct button_cb *cb);
void eulogium_button_cb_data_set(struct button_def *button, void *data);