From ce7c8411d7af66904da5e852f01fd95426ccf5c0 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 1 Mar 2021 21:10:28 +0000 Subject: use xlib for copy password --- src/r-x11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/r-x11.h') diff --git a/src/r-x11.h b/src/r-x11.h index b331bb4..2c9be04 100644 --- a/src/r-x11.h +++ b/src/r-x11.h @@ -19,6 +19,6 @@ along with this program. If not, see . ***/ -int run_clipboard(char *data); +int run_clipboard(const char *data); #endif /* LPASS_RX11_H */ -- cgit v1.2.3-18-g5258