Changeset 2979
- Timestamp:
- 03/09/10 16:11:03 (6 months ago)
- Location:
- trunk/OpenDNSSEC/plugins/eppclient/src
- Files:
-
- 1 added
- 2 modified
-
eppclient.c (modified) (1 diff)
-
eppclientd.c (modified) (1 diff)
-
eppcommon.h (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/OpenDNSSEC/plugins/eppclient/src/eppclient.c
r2962 r2979 39 39 40 40 #include "eppconfig.h" 41 #include "eppcommon.h" 41 42 42 43 void send(int fd, char* string) -
trunk/OpenDNSSEC/plugins/eppclient/src/eppclientd.c
r2962 r2979 45 45 46 46 #include "eppconfig.h" 47 #include "eppcommon.h" 47 48 #include "epp.h" 48 49
