1234567891011121314151617181920212223242526272829303132333435 |
- #ifndef _SHELLMATTA_AUTH_H_
- #define _SHELLMATTA_AUTH_H_
- #include "shellmatta.h"
- #include <stdint.h>
- extern const shellmatta_cmd_t shellmatta_auth_loginCmd;
- extern const shellmatta_cmd_t shellmatta_auth_logoutCmd;
- #endif
|