diff options
author | Harald Radi <phanto@php.net> | 2002-07-09 20:32:05 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-07-09 20:32:05 +0000 |
commit | d90ca982235270cd54466debe3ed1db71539332c (patch) | |
tree | 341a27007edba6dc53061e3a20791370a3239ff0 /ext | |
parent | 0d6a49f48ea86192600dad56bcfa18cc10e3e15b (diff) | |
download | php-git-d90ca982235270cd54466debe3ed1db71539332c.tar.gz |
add file again that andrei deleted by
accident (i don't want to blame anyone here)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/rpc/com/com.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/rpc/com/com.h b/ext/rpc/com/com.h new file mode 100644 index 0000000000..ab638b518c --- /dev/null +++ b/ext/rpc/com/com.h @@ -0,0 +1,10 @@ +#ifndef COM_H +#define COM_H + +#include "../handler.h" +#include "../php_rpc.h" + +ZEND_FUNCTION(com_addref); +ZEND_FUNCTION(com_release); + +#endif
\ No newline at end of file |