Skip to content

Commit

Permalink
update fluffos efun::shutdown for optional parameter (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelprograms authored Jan 19, 2025
1 parent c531bf6 commit 3f9b36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion efuns/fluffos/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ string strftime( string fmt, int time );
* valid_override(4) up (in master.c) to protect against efun::shutdown().
*
*/
void shutdown( int how );
varargs void shutdown( int how );

/**
* set_reset - modify the time until reset on an object
Expand Down
2 changes: 1 addition & 1 deletion efuns/fluffos/zh-cn/system.zh-cn.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ string strftime( string fmt, int time );
* 确保在master.c中设置valid_override(4)以保护against efun::shutdown()。
*
*/
void shutdown( int how );
varargs void shutdown( int how );

/**
* set_reset - 修改对象的重置时间
Expand Down

0 comments on commit 3f9b36b

Please sign in to comment.