- Timestamp:
- 04/03/11 12:53:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/regfi.c
r223 r224 1720 1720 1721 1721 1722 /****************************************************************************** 1723 *****************************************************************************/ 1724 bool regfi_reference_record(const void* record) 1725 { 1726 if(talloc_reference(NULL, record) != NULL) 1727 return true; 1728 return false; 1729 } 1722 1730 1723 1731
Note: See TracChangeset
for help on using the changeset viewer.