aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-02 15:05:08 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-02 15:05:08 -0800
commit623eb42a6aaab967cf856f7e7f2f6fc7f38b4b3f (patch)
tree9b1d3a7644b9a0ab0eedac81c636dfab570ef406 /reader.h
parent6afc06b97e3914062578fa7329b92f32f169f4c8 (diff)
CLean up current_filename, make it a std::stack
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/reader.h b/reader.h
index e9ac2279..593a816d 100644
--- a/reader.h
+++ b/reader.h
@@ -46,7 +46,7 @@ void reader_destroy();
/**
Returns the filename of the file currently read
*/
-wchar_t *reader_current_filename();
+const wchar_t *reader_current_filename();
/**
Push a new filename on the stack of read files
@@ -57,7 +57,7 @@ void reader_push_current_filename( const wchar_t *fn );
/**
Pop the current filename from the stack of read files
*/
-wchar_t *reader_pop_current_filename();
+void reader_pop_current_filename();
/**
Write the title to the titlebar. This function is called just