summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-01 06:21:44 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:13 (GMT)
commit047563d8e38634f3005e390957cb201ca497cfd3 (patch)
treed1865af76ec6d8dc1fc941a9c465704519845155 /src/eulogium.h
parentabc5fb57f0ba86effe610c284d21092ea28fdbaa (diff)
downloadeulogium-047563d8e38634f3005e390957cb201ca497cfd3.zip
eulogium-047563d8e38634f3005e390957cb201ca497cfd3.tar.gz
eulogium-047563d8e38634f3005e390957cb201ca497cfd3.tar.bz2
Add very basic file filter
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index 47a3778..abd4bd0 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -6,7 +6,8 @@
struct print_data {
Evas_Object *progress;
char *status; /* TODO probably an enum for this */
- char *file;
+ const char *file;
+ const char *name;
};
struct eulogium_data {