diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-01-27 10:35:11 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-01-27 10:35:11 +0100 |
| commit | 978f3d70b9047608789e40a0b67e91d4fd19e60a (patch) | |
| tree | 225a916dd1ee5f1c35570954828c8aec9e9e10b4 /vis-core.h | |
| parent | 79859b57fc3556c2ed74950a5a5668c64face4e3 (diff) | |
| download | vis-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
