Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split a -sys crate out #68

Merged
merged 19 commits into from Oct 15, 2015

Add OSStatus to base

  • Loading branch information
sfackler committed Sep 6, 2015
commit 83a0c758bc5e235fe0965dcb4970e11bc37b033a
@@ -18,6 +18,7 @@ pub type CFHashCode = c_ulong;
pub type CFTypeID = c_ulong;
pub type CFTypeRef = *const c_void;
pub type CFOptionFlags = u32;
pub type OSStatus = i32;

#[repr(C)]
#[derive(Clone, Copy)]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.