Skip to content
Snippets Groups Projects
Commit a7283ac0 authored by Marcus Agehall's avatar Marcus Agehall
Browse files

Reverted declaration.

Rev: src/pike_embed.h:1.6
parent 9bd21e46
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: pike_embed.h,v 1.5 2005/01/03 13:17:07 agehall Exp $ * $Id: pike_embed.h,v 1.6 2005/01/03 13:41:13 agehall Exp $
* *
* Pike embedding API. * Pike embedding API.
* *
...@@ -65,6 +65,4 @@ DECLSPEC(noreturn) void pike_do_exit(int num) ATTRIBUTE((noreturn)); ...@@ -65,6 +65,4 @@ DECLSPEC(noreturn) void pike_do_exit(int num) ATTRIBUTE((noreturn));
void pike_push_argv(int argc, char **argv); void pike_push_argv(int argc, char **argv);
void pike_push_env(void); void pike_push_env(void);
extern char libpike_name[];
#endif /* PIKE_EMBED_H */ #endif /* PIKE_EMBED_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment