diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-27 08:57:04 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-28 07:40:56 +0100 |
commit | 192e1131873e66d2118afd7a6e13e5701053a4d0 (patch) | |
tree | 6199612811aae7d7de4aa3a22f347c96d197e908 /clientfiles/very-important-source-code/important-stuff/NPClient.h | |
parent | 7c8b01037e7dd6680d5cd9ba32c27c1a3ed52809 (diff) |
rename "clientfiles/" to "contrib/" as customary
Diffstat (limited to 'clientfiles/very-important-source-code/important-stuff/NPClient.h')
-rw-r--r-- | clientfiles/very-important-source-code/important-stuff/NPClient.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/clientfiles/very-important-source-code/important-stuff/NPClient.h b/clientfiles/very-important-source-code/important-stuff/NPClient.h deleted file mode 100644 index 770e1c71..00000000 --- a/clientfiles/very-important-source-code/important-stuff/NPClient.h +++ /dev/null @@ -1,17 +0,0 @@ - -extern int NP_RegisterWindowHandle (HWND hwnd); -extern int NP_UnregisterWindowHandle (void); -extern int NP_RegisterProgramProfileID (unsigned short id); -extern int NP_QueryVersion (unsigned short *version); -extern int NP_RequestData (unsigned short req); -extern int NP_GetSignature (tir_signature_t *sig); -extern int NP_GetData (tir_data_t *data); -extern int NP_GetParameter (void); -extern int NP_SetParameter (void); -extern int NP_StartCursor (void); -extern int NP_StopCursor (void); -extern int NP_ReCenter (void); -extern int NP_StartDataTransmission (void); -extern int NP_StopDataTransmission (void); - - |