/[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 24 by dpavlin, Mon Aug 18 18:57:26 2008 UTC revision 26 by dpavlin, Mon Aug 18 19:04:10 2008 UTC
# Line 237  CODE: Line 237  CODE:
237  OUTPUT:  OUTPUT:
238          RETVAL          RETVAL
239    
240    
241    int
242    tcidbcopy(idb, path)
243            void *  idb
244            char *  path
245    CODE:
246            RETVAL = tcidbcopy(idb, path);
247    OUTPUT:
248            RETVAL
249    
250    
251    void
252    tcidbpath(idb)
253            void *  idb
254    PREINIT:
255            const char *path;
256    PPCODE:
257            path = tcidbpath(idb);
258            if(path){
259              XPUSHs(sv_2mortal(newSVpv(path, 0)));
260            } else {
261              XPUSHs((SV *)&PL_sv_undef);
262            }
263            XSRETURN(1);
264    

Legend:
Removed from v.24  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26