Changeset 41 for trunk/lib


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/lib/regfio.c

    r33 r41  
    4040  { REG_SZ,                        "SZ"           },
    4141  { REG_EXPAND_SZ,                 "EXPAND_SZ"    },
    42   { REG_BINARY,                    "BIN"          },
     42  { REG_BINARY,                    "BINARY"       },
    4343  { REG_DWORD,                     "DWORD"        },
    4444  { REG_DWORD_BE,                  "DWORD_BE"     },
     
    5454
    5555/* Returns NULL on error */
    56 const char* type_val2str(unsigned int val)
     56const char* regfio_type_val2str(unsigned int val)
    5757{
    5858  int i;
     
    6767
    6868/* Returns 0 on error */
    69 int type_str2val(const char* str)
     69int regfio_type_str2val(const char* str)
    7070{
    7171  int i;
Note: See TracChangeset for help on using the changeset viewer.