From a21252961edcdbfc117cd640c14a419a67c7d081 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Apr 2013 16:45:10 +0000 Subject: fix type warnings --- USER/USER.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'USER') diff --git a/USER/USER.xs b/USER/USER.xs index 15759e0..735240d 100644 --- a/USER/USER.xs +++ b/USER/USER.xs @@ -40,7 +40,7 @@ #define N_(String) (String) #endif -typedef struct context USER__ADMIN; +typedef struct lu_context USER__ADMIN; typedef struct lu_ent USER__ENT; typedef struct lu_error USER__ERR; -- cgit v1.2.1