Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
nishi |
1 |
/* $Id: ms_newlist.h 4 2024-09-24 18:35:15Z nishi $ */
|
|
|
2 |
|
|
|
3 |
#ifndef __MS_NEWLIST_H__
|
|
|
4 |
#define __MS_NEWLIST_H__
|
|
|
5 |
|
|
|
6 |
int ms_handle_newlist(int argc, char** argv, int start);
|
|
|
7 |
|
|
|
8 |
#endif
|