===========================================================================
| 601 | |
| 602 | //=========================================================================== |
| 603 | Update_t CmdBookmark (int nArgs) |
| 604 | { |
| 605 | return CmdBookmarkAdd( nArgs ); |
| 606 | } |
| 607 | |
| 608 | //=========================================================================== |
| 609 | Update_t CmdBookmarkAdd (int nArgs ) |
nothing calls this directly
no test coverage detected