1: /* 2: * CourierConnection as seen by everyone else except the runtime library, 3: * effectively hiding the internal structure 4: */ 5: 6: #ifndef CourierConnectionHeader 7: #define CourierConnectionHeader 8: 9: typedef int CourierConnection; 10: extern CourierConnection *CourierOpen(); 11: 12: #endif CourierConnectionHeader