Changeset 41 for trunk/include


Ignore:
Timestamp:
07/31/05 21:13:15 (19 years ago)
Author:
tim
Message:

Added full printing of values, as with old code.

renamed type conversion functions to follow precedent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/regfio.h

    r32 r41  
    250250/* Function Declarations */
    251251 
    252 const char* type_val2str(unsigned int val);
    253 int type_str2val(const char* str);
     252const char*   regfio_type_val2str(unsigned int val);
     253int           regfio_type_str2val(const char* str);
    254254
    255255REGF_FILE*    regfio_open( const char *filename );
Note: See TracChangeset for help on using the changeset viewer.