Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
20431 commits behind the upstream repository.
GmshServer.h 218 B
#ifndef _GMSH_SERVER_H_
#define _GMSH_SERVER_H_

int Gmsh_StartClient(char *command, char *sockname);
int Gmsh_ReceiveString(int socket, int *type, char str[]);
int Gmsh_StopClient(char *sockname, int socket);

#endif