aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-01-27 10:35:11 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-01-27 10:35:11 +0100
commit978f3d70b9047608789e40a0b67e91d4fd19e60a (patch)
tree225a916dd1ee5f1c35570954828c8aec9e9e10b4 /vis-core.h
parent79859b57fc3556c2ed74950a5a5668c64face4e3 (diff)
downloadvis-978f3d70b9047608789e40a0b67e91d4fd19e60a.tar.gz
vis-978f3d70b9047608789e40a0b67e91d4fd19e60a.tar.xz
vis: pass absolute path to pre/post save events
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index d8f5e1d..d409f88 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -269,6 +269,8 @@ Macro *macro_get(Vis *vis, enum VisRegister);
void window_selection_save(Win *win);
Win *window_new_file(Vis*, File*, enum UiOption);
+char *absolute_path(const char *path);
+
const char *file_name_get(File*);
void file_name_set(File*, const char *name);