checkpoint for real
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
|
||||
namespace Foodsoft.Alpm
|
||||
{
|
||||
internal interface IAlpmItemsAccessor<TElement>
|
||||
internal interface IItemsAccessor<TElement>
|
||||
{
|
||||
SafeAlpmHandle SafeAlpmHandle { get; }
|
||||
public IntPtr GetItems();
|
||||
@@ -12,5 +12,4 @@ namespace Foodsoft.Alpm
|
||||
public IntPtr FindItem(TElement item);
|
||||
public TElement PtrToItem(IntPtr p);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user