This file is indexed.

/usr/include/libchipcard5/chipcard/cards/geldkarte_llog.h is in libchipcard-dev 5.1.0beta-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
/* This file is auto-generated from "geldkarte_llog.xml" by the typemaker
   tool of Gwenhywfar. 
   Do not edit this file -- all changes will be lost! */
#ifndef GELDKARTE_LLOG_H
#define GELDKARTE_LLOG_H

/** @page P_LC_GELDKARTE_LLOG_PUBLIC LC_GeldKarte_LLog (public)
This page describes the properties of LC_GELDKARTE_LLOG
@anchor LC_GELDKARTE_LLOG_Status
<h3>Status</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetStatus, 
get it with @ref LC_GeldKarte_LLog_GetStatus
</p>

@anchor LC_GELDKARTE_LLOG_BSeq
<h3>BSeq</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetBSeq, 
get it with @ref LC_GeldKarte_LLog_GetBSeq
</p>

@anchor LC_GELDKARTE_LLOG_LSeq
<h3>LSeq</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetLSeq, 
get it with @ref LC_GeldKarte_LLog_GetLSeq
</p>

@anchor LC_GELDKARTE_LLOG_Value
<h3>Value</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetValue, 
get it with @ref LC_GeldKarte_LLog_GetValue
</p>

@anchor LC_GELDKARTE_LLOG_CenterId
<h3>CenterId</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetCenterId, 
get it with @ref LC_GeldKarte_LLog_GetCenterId
</p>

@anchor LC_GELDKARTE_LLOG_TerminalId
<h3>TerminalId</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetTerminalId, 
get it with @ref LC_GeldKarte_LLog_GetTerminalId
</p>

@anchor LC_GELDKARTE_LLOG_TraceId
<h3>TraceId</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetTraceId, 
get it with @ref LC_GeldKarte_LLog_GetTraceId
</p>

@anchor LC_GELDKARTE_LLOG_Loaded
<h3>Loaded</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetLoaded, 
get it with @ref LC_GeldKarte_LLog_GetLoaded
</p>

@anchor LC_GELDKARTE_LLOG_Time
<h3>Time</h3>
<p>
</p>
<p>
Set this property with @ref LC_GeldKarte_LLog_SetTime, 
get it with @ref LC_GeldKarte_LLog_GetTime
</p>

*/
#ifdef __cplusplus
extern "C" {
#endif

typedef struct LC_GELDKARTE_LLOG LC_GELDKARTE_LLOG;

#ifdef __cplusplus
} /* __cplusplus */
#endif

#include <gwenhywfar/db.h>
#include <gwenhywfar/list2.h>
/* headers */
#include <gwenhywfar/types.h>
#include <gwenhywfar/gwentime.h>
#include <chipcard/chipcard.h>

#ifdef __cplusplus
extern "C" {
#endif


GWEN_LIST2_FUNCTION_LIB_DEFS(LC_GELDKARTE_LLOG, LC_GeldKarte_LLog, CHIPCARD_API)

/** Destroys all objects stored in the given LIST2 and the list itself
*/
CHIPCARD_API void LC_GeldKarte_LLog_List2_freeAll(LC_GELDKARTE_LLOG_LIST2 *stl);

/** Creates a new object.
*/
CHIPCARD_API LC_GELDKARTE_LLOG *LC_GeldKarte_LLog_new();
/** Creates an object from the data in the given GWEN_DB_NODE
*/
CHIPCARD_API LC_GELDKARTE_LLOG *LC_GeldKarte_LLog_fromDb(GWEN_DB_NODE *db);
/** Creates and returns a deep copy of thegiven object.
*/
CHIPCARD_API LC_GELDKARTE_LLOG *LC_GeldKarte_LLog_dup(const LC_GELDKARTE_LLOG*st);
/** Destroys the given object.
*/
CHIPCARD_API void LC_GeldKarte_LLog_free(LC_GELDKARTE_LLOG *st);
/** Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
*/
CHIPCARD_API void LC_GeldKarte_LLog_Attach(LC_GELDKARTE_LLOG *st);
/** Reads data from a GWEN_DB.
*/
CHIPCARD_API int LC_GeldKarte_LLog_ReadDb(LC_GELDKARTE_LLOG *st, GWEN_DB_NODE *db);
/** Stores an object in the given GWEN_DB_NODE
*/
CHIPCARD_API int LC_GeldKarte_LLog_toDb(const LC_GELDKARTE_LLOG*st, GWEN_DB_NODE *db);
/** Returns 0 if this object has not been modified, !=0 otherwise
*/
CHIPCARD_API int LC_GeldKarte_LLog_IsModified(const LC_GELDKARTE_LLOG *st);
/** Sets the modified state of the given object
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetModified(LC_GELDKARTE_LLOG *st, int i);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_Status
*/
CHIPCARD_API int LC_GeldKarte_LLog_GetStatus(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_Status
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetStatus(LC_GELDKARTE_LLOG *el, int d);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_BSeq
*/
CHIPCARD_API int LC_GeldKarte_LLog_GetBSeq(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_BSeq
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetBSeq(LC_GELDKARTE_LLOG *el, int d);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_LSeq
*/
CHIPCARD_API int LC_GeldKarte_LLog_GetLSeq(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_LSeq
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetLSeq(LC_GELDKARTE_LLOG *el, int d);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_Value
*/
CHIPCARD_API int LC_GeldKarte_LLog_GetValue(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_Value
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetValue(LC_GELDKARTE_LLOG *el, int d);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_CenterId
*/
CHIPCARD_API const char *LC_GeldKarte_LLog_GetCenterId(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_CenterId
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetCenterId(LC_GELDKARTE_LLOG *el, const char *d);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_TerminalId
*/
CHIPCARD_API const char *LC_GeldKarte_LLog_GetTerminalId(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_TerminalId
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetTerminalId(LC_GELDKARTE_LLOG *el, const char *d);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_TraceId
*/
CHIPCARD_API const char *LC_GeldKarte_LLog_GetTraceId(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_TraceId
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetTraceId(LC_GELDKARTE_LLOG *el, const char *d);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_Loaded
*/
CHIPCARD_API int LC_GeldKarte_LLog_GetLoaded(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_Loaded
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetLoaded(LC_GELDKARTE_LLOG *el, int d);

/**
* Returns the property @ref LC_GELDKARTE_LLOG_Time
*/
CHIPCARD_API const GWEN_TIME *LC_GeldKarte_LLog_GetTime(const LC_GELDKARTE_LLOG *el);
/**
* Set the property @ref LC_GELDKARTE_LLOG_Time
*/
CHIPCARD_API void LC_GeldKarte_LLog_SetTime(LC_GELDKARTE_LLOG *el, const GWEN_TIME *d);


#ifdef __cplusplus
} /* __cplusplus */
#endif


#endif /* GELDKARTE_LLOG_H */