Files
clang-p2996/lldb/tools/debugserver/source/libdebugserver.h
Jason Molenda bd2d88d60f Add the standard LLVM copyright notice to the top of
these two new files.

llvm-svn: 176312
2013-03-01 00:11:36 +00:00

16 lines
456 B
C++

//===-- libdebugserver.h ----------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef debugserver_libdebugserver_h
#define debugserver_libdebugserver_h
int debug_server_main(int fd);
#endif