You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kvirc/src/modules/spaste/libkvispaste.h

14 lines
179 B

#ifndef KVISPASTE_H
#define KVISPASTE_H
#include "kvi_window.h"
typedef struct _SPasteThreadData {
TQString * strData;
KviWindow * win;
} SPasteThreadData;
#endif