spmenu/libs/x11/clipboard.h

8 lines
169 B
C

#ifndef CLIPBOARD_H
#define CLIPBOARD_H
/* See LICENSE file for copyright and license details. */
static void pastesel_x11(void);
static int paste_x11(int sel);
#endif