Skip to content

Commit

Permalink
setenv extern
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Aug 11, 2024
1 parent 85460d6 commit 22ffbae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/ccode.vala
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,5 @@ private extern void exit(int status);
private extern void save_env();
private extern void clear_env();
private extern void restore_env();

private extern string getenv(string name);
private extern int setenv(string name, string value, int override);
2 changes: 0 additions & 2 deletions src/vapi/libc.vapi

This file was deleted.

0 comments on commit 22ffbae

Please sign in to comment.