Home | History | Annotate | Download | only in services
      1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 #ifndef SANDBOX_LINUX_SERVICES_LIBC_URANDOM_OVERRIDE_H_
      6 #define SANDBOX_LINUX_SERVICES_LIBC_URANDOM_OVERRIDE_H_
      7 
      8 namespace sandbox {
      9 
     10 void InitLibcUrandomOverrides();
     11 
     12 }  // namespace sandbox
     13 
     14 #endif  // SANDBOX_LINUX_SERVICES_LIBC_URANDOM_OVERRIDE_H_
     15