diff options
Diffstat (limited to 'src/r-x11.h')
-rw-r--r-- | src/r-x11.h | 2 |
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 */ |