Changeset 49
- Timestamp:
- 11/10/07 19:13:05 (10 months ago)
- Files:
-
- vowfsc/test.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vowfsc/test.c
r48 r49 3 3 4 4 5 <<<<<<< .mine6 5 int main () { 7 =======8 int main ()9 {10 >>>>>>> .r4711 6 int db_stat = db_init("localhost", 5432, "template1", "postgres", ""); 12 7 if (db_stat) { … … 15 10 } 16 11 17 <<<<<<< .mine18 12 printf("The dir id is: %i\n", db_get_dir_id("/foo/bar/")); 19 =======20 db_get_dir_id("/foo/bar/");21 >>>>>>> .r4722 13 db_destroy(); 23 14 return 0;
