checkpoint
This commit is contained in:
10
Alpm/Wrapper.cs
Normal file
10
Alpm/Wrapper.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Foodsoft.Alpm
|
||||
{
|
||||
internal static class Wrapper
|
||||
{
|
||||
internal static unsafe IntPtr ListNext(IntPtr list) => ((alpm_list_t*) list)->next;
|
||||
internal static unsafe IntPtr ListData(IntPtr list) => ((alpm_list_t*) list)->data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user