IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 21, 2007, 2:10:20 PM (19 years ago)
Author:
eugene
Message:

convert str_to_time and related functions to ohana_...; various cleanups for -Wall -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/dbconnect.c

    r13615 r14590  
    88int dbconnect (int argc, char **argv) {
    99 
    10   char c;
    11   int i;
    12   int Nrows;
    1310  char query[256];
    1411  char password[1024];
    1512  MYSQL_RES *result;
    16   MYSQL_ROW row;
    1713
    1814  if (argc != 4) {
     
    2521
    2622# if (0)
     23  int i;
     24  char c;
     25
    2726  initscr();
    2827  noecho();
     
    6564   
    6665# if (0)
     66  int Nrows;
     67  MYSQL_ROW row;
     68
    6769  sprintf (query, "select @@interactive_timeout");
    6870  if (mysql_query (connection, query)) {
Note: See TracChangeset for help on using the changeset viewer.