aboutsummaryrefslogtreecommitdiffhomepage
path: root/kill.h
diff options
context:
space:
mode:
authorGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-01-14 03:41:50 -0800
committerGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-01-14 03:41:50 -0800
commitf3e2d2f68f14120e298fb1d50be89fa5e83c9222 (patch)
tree96ef9489858ca97b2c305e2e7e3267bce36f1687 /kill.h
parenta359f45df219e6a3845870ca69b4116083d787f7 (diff)
Lots of warnings fixes and const correctness
Diffstat (limited to 'kill.h')
-rw-r--r--kill.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kill.h b/kill.h
index 543a07d6..68f143bc 100644
--- a/kill.h
+++ b/kill.h
@@ -22,11 +22,11 @@ void kill_add( wchar_t *str );
/**
Rotate the killring
*/
-wchar_t *kill_yank_rotate();
+const wchar_t *kill_yank_rotate();
/**
Paste from the killring
*/
-wchar_t *kill_yank();
+const wchar_t *kill_yank();
/**
Sanity check
*/