Changeset 169 for trunk/lib/regfi.c


Ignore:
Timestamp:
03/03/10 14:24:58 (14 years ago)
Author:
tim
Message:

filled in additional, minimal documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfi.c

    r168 r169  
    11/*
    2  * Branched from Samba project Subversion repository, version #7470:
    3  *   http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/trunk/source/registry/regfio.c?rev=7470&view=auto
    4  *
    5  * Windows NT (and later) registry parsing library
    6  *
    7  * Copyright (C) 2005-2009 Timothy D. Morgan
     2 * Copyright (C) 2005-2010 Timothy D. Morgan
    83 * Copyright (C) 2005 Gerald (Jerry) Carter
    94 *
     
    2419 */
    2520
    26 /** @file */
     21/**
     22 * @file
     23 *
     24 * Windows NT (and later) read-only registry library
     25 *
     26 * See @ref regfi.h for more information.
     27 *
     28 * Branched from Samba project Subversion repository, version #7470:
     29 *   http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/trunk/source/registry/regfio.c?rev=7470&view=auto
     30 *
     31 * Since then, it has been heavily rewritten, simplified, and improved.
     32 */
    2733
    2834#include "regfi.h"
     
    25442550  ret_val->offset = offset;
    25452551  ret_val->cell_size = cell_length;
    2546   ret_val->data = NULL;
    25472552  ret_val->valuename = NULL;
    25482553  ret_val->valuename_raw = NULL;
Note: See TracChangeset for help on using the changeset viewer.