/[global]/global/htags/anchor.c
ViewVC logotype

Diff of /global/htags/anchor.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by shigio, Mon Apr 4 01:05:08 2005 UTC revision 1.12 by shigio, Thu Apr 7 06:09:20 2005 UTC
# Line 172  anchor_load(file) Line 172  anchor_load(file)
172   * anchor_unload: unload anchor table   * anchor_unload: unload anchor table
173   */   */
174  void  void
175  anchor_unload()  anchor_unload(void)
176  {  {
177          struct anchor *a;          struct anchor *a;
178    
# Line 191  anchor_unload() Line 191  anchor_unload()
191   * anchor_first: return the first anchor   * anchor_first: return the first anchor
192   */   */
193  struct anchor *  struct anchor *
194  anchor_first()  anchor_first(void)
195  {  {
196          if (!start || start == end)          if (!start || start == end)
197                  return NULL;                  return NULL;
# Line 204  anchor_first() Line 204  anchor_first()
204   * anchor_next: return the next anchor   * anchor_next: return the next anchor
205   */   */
206  struct anchor *  struct anchor *
207  anchor_next()  anchor_next(void)
208  {  {
209          if (!start)          if (!start)
210                  return NULL;                  return NULL;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26