IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4198


Ignore:
Timestamp:
Jun 9, 2005, 12:14:44 PM (21 years ago)
Author:
jhoblitt
Message:

add a const to psDBSelectRows()

File:
1 edited

Legend:

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

    r4178 r4198  
    1 %%% $Id: psLibSDRS.tex,v 1.271 2005-06-09 05:16:41 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.272 2005-06-09 22:14:44 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    32603260
    32613261\begin{prototype}
    3262     psArray *psDBSelectRows(psDB *dbh, const char *tableName, psMetadata *where, unsigned long limit);
     3262    psArray *psDBSelectRows(psDB *dbh, const char *tableName, const psMetadata *where, unsigned long limit);
    32633263\end{prototype}
    32643264
Note: See TracChangeset for help on using the changeset viewer.