Changeset 203 for trunk/src/common.c


Ignore:
Timestamp:
08/21/10 12:53:19 (14 years ago)
Author:
tim
Message:

misc fixes

stripped _REC from some data type names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/common.c

    r186 r203  
    320320
    321321
    322 static char* get_quoted_keyname(const REGFI_NK_REC* nk)
     322static char* get_quoted_keyname(const REGFI_NK* nk)
    323323{
    324324  char* ret_val;
     
    333333
    334334
    335 static char* get_quoted_valuename(const REGFI_VK_REC* vk)
     335static char* get_quoted_valuename(const REGFI_VK* vk)
    336336{
    337337  char* ret_val;
Note: See TracChangeset for help on using the changeset viewer.