IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2005, 11:37:23 AM (21 years ago)
Author:
jhoblitt
Message:

change psU64 -> unsigned long int where appropriate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r4076 r4077  
    1 %%% $Id: psLibSDRS.tex,v 1.251 2005-06-01 21:34:13 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.252 2005-06-01 21:37:23 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    46554655
    46564656\begin{prototype}
    4657     psArray *psDBSelectColumn(psDB *dbh, const char *tableName, const char *col, psU64 limit);
    4658     psVector *psDBSelectColumnNum(psDB *dbh, const char *tableName, const char *col, psElemType type, psU64 limit);
     4657    psArray *psDBSelectColumn(psDB *dbh, const char *tableName, const char *col, unsigned long int limit);
     4658    psVector *psDBSelectColumnNum(psDB *dbh, const char *tableName, const char *col, psElemType type, unsigned long int limit);
    46594659\end{prototype}
    46604660
     
    46674667
    46684668\begin{prototype}
    4669     psArray *psDBSelectRows(psDB *dbh, const char *tableName, psMetadata *where, psU64 limit);
     4669    psArray *psDBSelectRows(psDB *dbh, const char *tableName, psMetadata *where, unsigned long int limit);
    46704670\end{prototype}
    46714671
Note: See TracChangeset for help on using the changeset viewer.