diff options
author | David Zeuthen <davidz@redhat.com> | 2007-08-24 18:44:14 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-08-24 18:44:14 -0400 |
commit | 4f807a94b5116dabf15a10876d7a22f5a0587e31 (patch) | |
tree | 32206bffb345cbc4f2d7ebe63ed1166b74975dde /polkit-grant/polkit-grant.h | |
parent | 69959d3ae71fec1f107cb8d7df2849dd16bb0422 (diff) |
some more doc fixes
Diffstat (limited to 'polkit-grant/polkit-grant.h')
-rw-r--r-- | polkit-grant/polkit-grant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polkit-grant/polkit-grant.h b/polkit-grant/polkit-grant.h index e619625..630d0ae 100644 --- a/polkit-grant/polkit-grant.h +++ b/polkit-grant/polkit-grant.h @@ -28,8 +28,8 @@ #include <polkit/polkit.h> -struct PolKitGrant; -typedef struct PolKitGrant PolKitGrant; +struct _PolKitGrant; +typedef struct _PolKitGrant PolKitGrant; /** * PolKitGrantType: |