mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 10:23:54 +00:00
removing trailing content
This commit is contained in:
parent
c49286dd96
commit
376b292c57
@ -5,3 +5,26 @@
|
||||
#include <linux/kobject.h>
|
||||
|
||||
int expose_sysfs(void);
|
||||
|
||||
/**
|
||||
* @brief XXX
|
||||
*
|
||||
* @param foo this is what foo does
|
||||
* @param bar this is what bar does
|
||||
* @param baz this is what baz does
|
||||
*
|
||||
* @return XXX
|
||||
*/
|
||||
ssize_t text_segment_hash_show(struct kobject *, struct attribute *, char *);
|
||||
|
||||
|
||||
/**
|
||||
* @brief XXX
|
||||
*/
|
||||
struct camb_attr {
|
||||
/// This is what this is
|
||||
struct attribute attr;
|
||||
|
||||
/// This is what that is
|
||||
int value;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user