/[Search-TokyoDystopia]/TokyoDystopia.xs
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /TokyoDystopia.xs

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

revision 6 by dpavlin, Sun Aug 17 22:37:16 2008 UTC revision 8 by dpavlin, Sun Aug 17 22:54:54 2008 UTC
# Line 14  const char * Line 14  const char *
14  errmsg(ecode)  errmsg(ecode)
15          int     ecode          int     ecode
16  CODE:  CODE:
17          RETVAL = tchdberrmsg(ecode);          RETVAL = tcidberrmsg(ecode);
18  OUTPUT:  OUTPUT:
19          RETVAL          RETVAL
20    
# Line 58  CODE: Line 58  CODE:
58  OUTPUT:  OUTPUT:
59          RETVAL          RETVAL
60    
61    
62    int
63    setcache(db, icsiz, lcnum)
64            void *  db
65            int     icsiz
66            int     lcnum
67    CODE:
68            RETVAL = tcidbsetcache(db, icsiz, lcnum);
69    OUTPUT:
70            RETVAL

Legend:
Removed from v.6  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26