#ifndef SHARED_SERVER_STRING_H
#define SHARED_SERVER_STRING_H

void get_server_string(char *server_string, int maxlen);



#endif

