/[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 5 by dpavlin, Sun Aug 17 22:35:45 2008 UTC revision 6 by dpavlin, Sun Aug 17 22:37:16 2008 UTC
# Line 11  MODULE = Search::TokyoDystopia         PACKAGE Line 11  MODULE = Search::TokyoDystopia         PACKAGE
11  PROTOTYPES: DISABLE  PROTOTYPES: DISABLE
12    
13  const char *  const char *
14  tcidberrmsg(ecode)  errmsg(ecode)
15          int     ecode          int     ecode
16  CODE:  CODE:
17          RETVAL = tchdberrmsg(ecode);          RETVAL = tchdberrmsg(ecode);
# Line 20  OUTPUT: Line 20  OUTPUT:
20    
21    
22  void *  void *
23  tcidbnew()  new()
24  PREINIT:  PREINIT:
25          TCIDB *db;          TCIDB *db;
26  CODE:  CODE:
# Line 31  OUTPUT: Line 31  OUTPUT:
31    
32    
33  void  void
34  tcidbdel(db)  del(db)
35          void *  db          void *  db
36  CODE:  CODE:
37          tcidbdel(db);          tcidbdel(db);
38    
39    
40  int  int
41  tcidbecode(db)  ecode(db)
42          void *  db          void *  db
43  CODE:  CODE:
44          RETVAL = tcidbecode(db);          RETVAL = tcidbecode(db);
# Line 47  OUTPUT: Line 47  OUTPUT:
47    
48    
49  int  int
50  tcidbtune(db, ernum, etnum, iusiz, opts)  tune(db, ernum, etnum, iusiz, opts)
51          void *  db          void *  db
52          int     ernum          int     ernum
53          int     etnum          int     etnum

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

  ViewVC Help
Powered by ViewVC 1.1.26