]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix osx compilation again, hopefully better this time.
authorNick Mathewson <nickm@torproject.org>
Wed, 11 Sep 2013 17:53:26 +0000 (13:53 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 11 Sep 2013 17:53:33 +0000 (13:53 -0400)
src/common/sandbox.h

index 5df9b111dba755aa6dab80674ad32ce1b3d3a101..1d39be40902163224eee09edbc62e4f627d46827 100644 (file)
 #define USE_LIBSECCOMP
 #endif
 
+struct sandbox_cfg_elem;
+
+/** Typedef to structure used to manage a sandbox configuration. */
+typedef struct sandbox_cfg_elem sandbox_cfg_t;
+
 /**
  * Linux definitions
  */
@@ -85,8 +90,6 @@ struct sandbox_cfg_elem {
   /** Next element of the configuration*/
   struct sandbox_cfg_elem *next;
 };
-/** Typedef to structure used to manage a sandbox configuration. */
-typedef struct sandbox_cfg_elem sandbox_cfg_t;
 
 /**
  * Structure used for keeping a linked list of getaddrinfo pre-recorded