Changeset 47

Show
Ignore:
Timestamp:
11/10/07 18:27:06 (1 year ago)
Author:
dmajnem2
Message:

Removed useless args

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vowfsc/test.c

    r46 r47  
    33 
    44 
    5 int main (char **argv, int argc
     5int main (
    66{ 
    77        int db_stat = db_init("localhost", 5432, "template1", "postgres", ""); 
     
    1212        } 
    1313         
    14         db_get_dir_id("/foo"); 
     14        db_get_dir_id("/foo/bar/"); 
    1515        db_destroy(); 
    1616        return 0;