Skip to content

Commit

Permalink
local (protected) variables in functions implemented. Started to impl…
Browse files Browse the repository at this point in the history
…ement strings in external function interface

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@970 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Jun 2, 2003
1 parent 967fd04 commit 6544072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mosh/src/mosh.cpp
Expand Up @@ -40,6 +40,8 @@
#include <netinet/in.h>
#include <netdb.h>

#include <sys/param.h> /* MAXPATHLEN */

void open_socket(char* hostname, int port);

char * check_moshhome(void);
Expand Down

0 comments on commit 6544072

Please sign in to comment.