summaryrefslogtreecommitdiff
path: root/ext/hyperwave/hg_comm.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-12-12 12:28:26 +0000
committerUwe Steinmann <steinm@php.net>2000-12-12 12:28:26 +0000
commitba862cc06dc40a3c04d788d1d6d64a565bf368ab (patch)
tree2d8a4abe380c794c353856fd5e3d8da0b98e39da /ext/hyperwave/hg_comm.h
parent0731f54d35ba54a60a3011964e38339893b181e7 (diff)
downloadphp-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.h1
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) \