Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Mar 13, 2024
1 parent f6df8ff commit b740bb4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions libfreshclam/libfreshclam.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,20 +238,8 @@ fc_error_t fc_update_databases(
void *context,
uint32_t *nUpdated);

/*Length of a cf-ray id.*/
#define CFRAY_LEN 20
//typedef struct { uint8_t ray[CFRAY_LEN+1]; } CF_RAY;

//typedef struct fc_cfray_list_ {
// uint8_t ids[MAX_CFRAYS][CFRAY_LEN + 1];
// uint32_t cnt;
//} fc_cfray_list;
//#define INSERT_CFRAY(lst, ray) \
// { \
// if (lst->cnt < MAX_CFRAYS) { \
// memcpy(lst->ids[lst->cnt++], ray, CFRAY_LEN); \
// } \
// }


/* ----------------------------------------------------------------------------
* Callback function type definitions.
Expand Down

0 comments on commit b740bb4

Please sign in to comment.