6 lines
90 B
C
6 lines
90 B
C
#ifndef SNS_H_
|
|
#define SNS_H_
|
|
|
|
int GetFirstPage();
|
|
int GetNextPage(ULONG64 sns_id);
|
|
#endif |