Skip to content
Snippets Groups Projects
Commit fe4d4dea authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix proto

parent d700dec4
Branches
Tags
No related merge requests found
......@@ -1567,7 +1567,7 @@ int cgns_write_dialog(const char *filename)
#else
int cgns_write_dialog(const char *const name)
int cgns_write_dialog(const char *filename)
{
CreateOutputFile(name, FORMAT_CGNS);
return 1;
......
......@@ -6,7 +6,7 @@
#ifndef _GMSH_SERVER_H_
#define _GMSH_SERVER_H_
void SystemCall(const char *str);
int SystemCall(const char *str);
int WaitForData(int socket, int num, double waitint);
#include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment