/[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 8 by dpavlin, Sun Aug 17 22:54:54 2008 UTC revision 9 by dpavlin, Sun Aug 17 22:58:23 2008 UTC
# Line 68  CODE: Line 68  CODE:
68          RETVAL = tcidbsetcache(db, icsiz, lcnum);          RETVAL = tcidbsetcache(db, icsiz, lcnum);
69  OUTPUT:  OUTPUT:
70          RETVAL          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.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26