aboutsummaryrefslogtreecommitdiffstats
path: root/src/r-x11.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-03-01 21:10:28 +0000
committerJoursoir <chat@joursoir.net>2021-03-01 21:10:28 +0000
commitce7c8411d7af66904da5e852f01fd95426ccf5c0 (patch)
tree29a0e1545cf2aa38d128e9031c9495f26582fa18 /src/r-x11.h
parent10b676a2fee216cc00d2ca090a93a23d8b47241f (diff)
downloadlock-password-ce7c8411d7af66904da5e852f01fd95426ccf5c0.tar.gz
lock-password-ce7c8411d7af66904da5e852f01fd95426ccf5c0.tar.bz2
lock-password-ce7c8411d7af66904da5e852f01fd95426ccf5c0.zip
use xlib for copy password
Diffstat (limited to 'src/r-x11.h')
-rw-r--r--src/r-x11.h2
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
***/
-int run_clipboard(char *data);
+int run_clipboard(const char *data);
#endif /* LPASS_RX11_H */