diff options
Diffstat (limited to 'libadhocutil/net.ice')
-rw-r--r-- | libadhocutil/net.ice | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libadhocutil/net.ice b/libadhocutil/net.ice new file mode 100644 index 0000000..510d749 --- /dev/null +++ b/libadhocutil/net.ice @@ -0,0 +1,10 @@ +module AdHoc { + module Net { + exception CurlException { + int resultcode; + string message; + optional(1) short httpcode; + }; + }; +}; + |