diff options
author | Uwe Steinmann <steinm@php.net> | 2000-12-12 12:28:26 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-12-12 12:28:26 +0000 |
commit | ba862cc06dc40a3c04d788d1d6d64a565bf368ab (patch) | |
tree | 2d8a4abe380c794c353856fd5e3d8da0b98e39da /ext/hyperwave/hg_comm.h | |
parent | 0731f54d35ba54a60a3011964e38339893b181e7 (diff) | |
download | php-git-ba862cc06dc40a3c04d788d1d6d64a565bf368ab.tar.gz |
- new function hw_insertanchors(). It takes a document, a list of anchors
and its destination and inserts the anchors into the text.
Diffstat (limited to 'ext/hyperwave/hg_comm.h')
-rw-r--r-- | ext/hyperwave/hg_comm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hyperwave/hg_comm.h b/ext/hyperwave/hg_comm.h index 4c88d08dd7..bbdf6d755b 100644 --- a/ext/hyperwave/hg_comm.h +++ b/ext/hyperwave/hg_comm.h @@ -225,6 +225,7 @@ extern int send_incollections(int sockfd, int retcol, int cobjids, hw_objectID * extern int send_getsrcbydest(int sockfd, hw_objectID objid, char ***childrec, int *count); extern int send_mapid(int sockfd, int servid, hw_objectID id, int *virtid); extern int send_dummy(int sockfd, hw_objectID objectID, int msgid, char **attributes); +extern send_insertanchors(char **text, int *count, char **anchors, char **destrec, int ancount, char **urlprefix, char **bodytag); extern char *get_hw_info(hw_connection *conn); #define send_mvcpdocscoll(sockfd,objectIDs,count,from,dest,mvcp) \ |