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.
17 lines
552 B
17 lines
552 B
#include <server_exits/user_server_exits.h>
|
|
#include <tccore/custom.h>
|
|
#include <tc/tc_macros.h>
|
|
#include <tccore/tc_msg.h>
|
|
#include <epm\epm.h>
|
|
|
|
#define PREF_UPLOAD_FILE "Connor_MCAD_UploadFile"
|
|
#define PREF_REMOVE_FILE "Connor_MCAD_RemoveTempFile"
|
|
#define PREF_SIGNATURE "Connor_MCAD_Signature"
|
|
#define PORT 11415
|
|
#define SOCKET_SUCCESS "OK"
|
|
|
|
extern DLLAPI int K_register_handlers(int*, va_list);
|
|
|
|
int Connor_CAD_Signature(EPM_action_message_t msg);
|
|
int Connor_CAD_Convert_PDF(EPM_action_message_t msg);
|
|
int Connor_CAD_Test(EPM_action_message_t msg); |