]> git.saurik.com Git - apple/security.git/blobdiff - utilities/SecurityTool/not_on_this_platorm.c
Security-55471.tar.gz
[apple/security.git] / utilities / SecurityTool / not_on_this_platorm.c
diff --git a/utilities/SecurityTool/not_on_this_platorm.c b/utilities/SecurityTool/not_on_this_platorm.c
new file mode 100644 (file)
index 0000000..da4ca13
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  File.c
+//  utilities
+//
+//  Created by J Osborne on 1/11/13.
+//  Copyright (c) 2013 Apple Inc. All rights reserved.
+//
+
+int command_not_on_this_platform(int argc, char * const *argv);
+
+int command_not_on_this_platform(int argc, char * const *argv)
+{
+    return 0;
+}
\ No newline at end of file