summary refs log blame commit diff stats
path: root/src/common/history.h
blob: c5696d70d7a5cee3fb6aa733463db23501dd7e8a (plain) (tree)
1
2

                         

#ifndef HEXCHAT_HISTORY_H
#define HEXCHAT_HISTORY_H

#define HISTORY_SIZE 100

struct history
{
	char *lines[HISTORY_SIZE];
	int pos;
	int realpos;
};

void history_add (struct history *his, char *text);
void history_free (struct history *his);
char *history_up (struct history *his, char *current_text);
char *history_down (struct history *his);

#endif
0x12e, DISPATCH_METHOD, VT_DISPATCH, (void*)&pDispatch, parms, lIndex); return CWMPCdrom(pDispatch); } CWMPCdrom CWMPCdromCollection::getByDriveSpecifier(LPCTSTR bstrDriveSpecifier) { LPDISPATCH pDispatch; static BYTE parms[] = VTS_BSTR; InvokeHelper(0x12f, DISPATCH_METHOD, VT_DISPATCH, (void*)&pDispatch, parms, bstrDriveSpecifier); return CWMPCdrom(pDispatch); }