|
17 | 17 | *
|
18 | 18 | *
|
19 | 19 | * IDENTIFICATION
|
20 |
| - *$PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.h,v 1.70 2006/05/28 21:13:54 tgl Exp $ |
| 20 | + *$PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.h,v 1.71 2006/07/1113:54:24 momjian Exp $ |
21 | 21 | *
|
22 | 22 | *-------------------------------------------------------------------------
|
23 | 23 | */
|
@@ -98,29 +98,29 @@ struct _archiveHandle;
|
98 | 98 | struct_tocEntry;
|
99 | 99 | struct_restoreList;
|
100 | 100 |
|
101 |
| -typedefvoid (*ClosePtr) (struct_archiveHandle*AH); |
102 |
| -typedefvoid (*ArchiveEntryPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
103 |
| - |
104 |
| -typedefvoid (*StartDataPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
105 |
| -typedefsize_t (*WriteDataPtr) (struct_archiveHandle*AH,constvoid*data,size_tdLen); |
106 |
| -typedefvoid (*EndDataPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
107 |
| - |
108 |
| -typedefvoid (*StartBlobsPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
109 |
| -typedefvoid (*StartBlobPtr) (struct_archiveHandle*AH,struct_tocEntry*te,Oidoid); |
110 |
| -typedefvoid (*EndBlobPtr) (struct_archiveHandle*AH,struct_tocEntry*te,Oidoid); |
111 |
| -typedefvoid (*EndBlobsPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
112 |
| - |
113 |
| -typedefint (*WriteBytePtr) (struct_archiveHandle*AH,constinti); |
114 |
| -typedefint (*ReadBytePtr) (struct_archiveHandle*AH); |
115 |
| -typedefsize_t (*WriteBufPtr) (struct_archiveHandle*AH,constvoid*c,size_tlen); |
116 |
| -typedefsize_t (*ReadBufPtr) (struct_archiveHandle*AH,void*buf,size_tlen); |
117 |
| -typedefvoid (*SaveArchivePtr) (struct_archiveHandle*AH); |
118 |
| -typedefvoid (*WriteExtraTocPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
119 |
| -typedefvoid (*ReadExtraTocPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
120 |
| -typedefvoid (*PrintExtraTocPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
121 |
| -typedefvoid (*PrintTocDataPtr) (struct_archiveHandle*AH,struct_tocEntry*te,RestoreOptions*ropt); |
122 |
| - |
123 |
| -typedefsize_t (*CustomOutPtr) (struct_archiveHandle*AH,constvoid*buf,size_tlen); |
| 101 | +typedefvoid (*ClosePtr) (struct_archiveHandle*AH); |
| 102 | +typedefvoid (*ArchiveEntryPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
| 103 | + |
| 104 | +typedefvoid (*StartDataPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
| 105 | +typedefsize_t (*WriteDataPtr) (struct_archiveHandle*AH,constvoid*data,size_tdLen); |
| 106 | +typedefvoid (*EndDataPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
| 107 | + |
| 108 | +typedefvoid (*StartBlobsPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
| 109 | +typedefvoid (*StartBlobPtr) (struct_archiveHandle*AH,struct_tocEntry*te,Oidoid); |
| 110 | +typedefvoid (*EndBlobPtr) (struct_archiveHandle*AH,struct_tocEntry*te,Oidoid); |
| 111 | +typedefvoid (*EndBlobsPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
| 112 | + |
| 113 | +typedefint (*WriteBytePtr) (struct_archiveHandle*AH,constinti); |
| 114 | +typedefint (*ReadBytePtr) (struct_archiveHandle*AH); |
| 115 | +typedefsize_t (*WriteBufPtr) (struct_archiveHandle*AH,constvoid*c,size_tlen); |
| 116 | +typedefsize_t (*ReadBufPtr) (struct_archiveHandle*AH,void*buf,size_tlen); |
| 117 | +typedefvoid (*SaveArchivePtr) (struct_archiveHandle*AH); |
| 118 | +typedefvoid (*WriteExtraTocPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
| 119 | +typedefvoid (*ReadExtraTocPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
| 120 | +typedefvoid (*PrintExtraTocPtr) (struct_archiveHandle*AH,struct_tocEntry*te); |
| 121 | +typedefvoid (*PrintTocDataPtr) (struct_archiveHandle*AH,struct_tocEntry*te,RestoreOptions*ropt); |
| 122 | + |
| 123 | +typedefsize_t (*CustomOutPtr) (struct_archiveHandle*AH,constvoid*buf,size_tlen); |
124 | 124 |
|
125 | 125 | typedefenum_archiveMode
|
126 | 126 | {
|
|