blob: 99b6e10a66d6f46d1403703d52bd7e447b867fa3 [file] [log] [blame]
/*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef dm_DEFINED
#define dm_DEFINED
// API for dm app.
int dm_main();
#endif