summaryrefslogtreecommitdiffstats
path: root/src/modules/spaste/libkvispaste.h
blob: aa9b3ed641b680e6fb91e0d65f02f355c75d65c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef KVISPASTE_H
#define KVISPASTE_H

#include "kvi_window.h"

typedef struct _SPasteThreadData {
    TQString    * strData;
    KviWindow * win;
} SPasteThreadData;



#endif