Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
16053 commits behind the upstream repository.
GmshDaemon.h 290 B
// Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.

#ifndef _GMSH_DAEMON_H_
#define _GMSH_DAEMON_H_

#include <string>

int GmshDaemon(std::string socket);

#endif