mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 10:50:41 +01:00
minor cleanup
This commit is contained in:
parent
e93ebb79db
commit
b5a5041d75
@ -185,13 +185,11 @@ void MsgSetRawMsg(msg_t *pMsg, char* pszRawMsg, size_t lenMsg);
|
||||
rsRetVal MsgReplaceMSG(msg_t *pThis, uchar* pszMSG, int lenMSG);
|
||||
uchar *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe, msgPropDescr_t *pProp,
|
||||
rs_size_t *pPropLen, unsigned short *pbMustBeFreed, struct syslogTime *ttNow);
|
||||
rsRetVal msgGetMsgVar(msg_t *pThis, cstr_t *pstrPropName, var_t **ppVar);
|
||||
uchar *getRcvFrom(msg_t *pM);
|
||||
void getTAG(msg_t *pM, uchar **ppBuf, int *piLen);
|
||||
char *getTimeReported(msg_t *pM, enum tplFormatTypes eFmt);
|
||||
char *getPRI(msg_t *pMsg);
|
||||
void getRawMsg(msg_t *pM, uchar **pBuf, int *piLen);
|
||||
rsRetVal msgGetCEEVar(msg_t *pThis, cstr_t *propName, var_t **ppVar);
|
||||
rsRetVal msgAddJSON(msg_t *pM, uchar *name, struct json_object *json);
|
||||
rsRetVal MsgGetSeverity(msg_t *pThis, int *piSeverity);
|
||||
rsRetVal MsgDeserialize(msg_t *pMsg, strm_t *pStrm);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user