aboutsummaryrefslogtreecommitdiffhomepage
path: root/kill.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 19:37:55 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 19:37:55 -0800
commita0bb2cdc6e697c58ec3ebcd455b56347228092e5 (patch)
tree25e49dfa40c28a29ff227f063dcadc8aac9af021 /kill.h
parent0a5680c3e8c41e5f19b3beb4e6ac31a8560f99dd (diff)
removed some string_buffer
Diffstat (limited to 'kill.h')
-rw-r--r--kill.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/kill.h b/kill.h
index 68f143bc..d135db3f 100644
--- a/kill.h
+++ b/kill.h
@@ -12,13 +12,11 @@
/**
Replace the specified string in the killring
*/
-void kill_replace( wchar_t *old, wchar_t *newv );
+void kill_replace( const wcstring &old, const wcstring &newv );
-/**
- Add a string to the top of the killring
-*/
-void kill_add( wchar_t *str );
+/** Add a string to the top of the killring */
+void kill_add( const wcstring &str );
/**
Rotate the killring
*/