diff options
| author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-28 19:25:08 +0000 |
|---|---|---|
| committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-28 19:25:08 +0000 |
| commit | 66526765714b08969548a414d3fa87dbe333242d (patch) | |
| tree | d3fc2027140f97edfdfc5023e70ff8b4db920c11 /!NotAdopted/IMO2sProxy/src/common/fifo.h | |
| parent | 3ccd712341ed9e76252bd595c5a797d6c8ea8992 (diff) | |
"!Deprecated" folders moved from root directory to plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@1230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to '!NotAdopted/IMO2sProxy/src/common/fifo.h')
| -rw-r--r-- | !NotAdopted/IMO2sProxy/src/common/fifo.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/!NotAdopted/IMO2sProxy/src/common/fifo.h b/!NotAdopted/IMO2sProxy/src/common/fifo.h deleted file mode 100644 index 0ab9f4f469..0000000000 --- a/!NotAdopted/IMO2sProxy/src/common/fifo.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef __FIFO_H__
-#define __FIFO_H__
-
-struct _tagFIFO;
-typedef struct _tagFIFO TYP_FIFO;
-
-#ifndef BOOL
-#define BOOL int
-#endif
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-TYP_FIFO *Fifo_Init(unsigned int uiCapacity);
-void Fifo_Exit(TYP_FIFO *pstHandle);
-char *Fifo_AllocBuffer(TYP_FIFO *pstHandle, unsigned int uiPCount);
-BOOL Fifo_Add(TYP_FIFO *pstHandle, char *acPBytes, unsigned int uiPCount);
-BOOL Fifo_AddString(TYP_FIFO *pstHandle, char *pszString);
-char *Fifo_Get (TYP_FIFO *pstHandle, unsigned int *uiPCount);
-unsigned int Fifo_Count (TYP_FIFO *pstHandle);
-void Fifo_Reset (TYP_FIFO *hFifo);
-
-#endif
|
