/[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 19 by dpavlin, Mon Aug 18 18:32:55 2008 UTC revision 21 by dpavlin, Mon Aug 18 18:48:33 2008 UTC
# Line 176  CODE: Line 176  CODE:
176  OUTPUT:  OUTPUT:
177          RETVAL          RETVAL
178    
179    
180    int
181    tcidbiternext(idb)
182            void *  idb
183    CODE:
184            RETVAL = tcidbiternext(idb);
185    OUTPUT:
186            RETVAL
187    
188    
189    int
190    tcidbsync(idb)
191            void *  idb
192    CODE:
193            RETVAL = tcidbsync(idb);
194    OUTPUT:
195            RETVAL
196    

Legend:
Removed from v.19  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26