callout_library_2.cc 528 B

1234567891011121314
  1. // Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
  2. //
  3. // This Source Code Form is subject to the terms of the Mozilla Public
  4. // License, v. 2.0. If a copy of the MPL was not distributed with this
  5. // file, You can obtain one at http://mozilla.org/MPL/2.0/.
  6. /// @file
  7. /// @brief Marker file callout library
  8. ///
  9. /// This is the source of a test library for the DHCP parser and configuration
  10. /// tests. See callout_common.cc for details.
  11. static const int LIBRARY_NUMBER = 2;
  12. #include "callout_library_common.h"