Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
polkit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zbigniew Jędrzejewski-Szmek
polkit
Commits
ef211df9
Commit
ef211df9
authored
Nov 05, 2007
by
David Zeuthen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export memory mangement and hash table functions
parent
7980010a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
polkit/polkit-memory.h
polkit/polkit-memory.h
+2
-2
polkit/polkit.h
polkit/polkit.h
+2
-0
No files found.
polkit/polkit-memory.h
View file @
ef211df9
...
...
@@ -23,8 +23,8 @@
*
**************************************************************************/
#if !defined (POLKIT_COMPILATION)
#error "
polkit-memory.h is a private file
"
#if !defined (POLKIT_COMPILATION)
&& !defined(_POLKIT_INSIDE_POLKIT_H)
#error "
Only <polkit/polkit.h> can be included directly, this file may disappear or change contents.
"
#endif
#ifndef POLKIT_MEMORY_H
...
...
polkit/polkit.h
View file @
ef211df9
...
...
@@ -28,6 +28,8 @@
#define _POLKIT_INSIDE_POLKIT_H 1
#include <polkit/polkit-types.h>
#include <polkit/polkit-memory.h>
#include <polkit/polkit-hash.h>
#include <polkit/polkit-sysdeps.h>
#include <polkit/polkit-error.h>
#include <polkit/polkit-result.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment