Lots of warnings fixes and const correctness

This commit is contained in:
Peter Ammon
2012-01-14 03:41:50 -08:00
parent a359f45df2
commit f3e2d2f68f
9 changed files with 29 additions and 191 deletions

4
kill.h
View File

@@ -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
*/