Does anyone know what this is? It's in a piece of code I'm trying to debug, and I've never seen it:
typedef void FAR * socktag;
Also, could someone explain the difference between these two lines (after the typedef executes):
socktag SMTPSock;
int SMTPSock;