/[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 9 by dpavlin, Sun Aug 17 22:58:23 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
71    
72    
73    int
74    setfwmmax(db, fwmax)
75            void *  db
76            int     fwmax
77    CODE:
78            RETVAL = tcidbsetfwmmax(db, fwmax);
79    OUTPUT:
80            RETVAL
81    
82    

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

  ViewVC Help
Powered by ViewVC 1.1.26