From: Shakur Shams Mullick <shakursmullick@gmail.com>
To: util-linux@vger.kernel.org
Cc: Shakur Shams Mullick <shakursmullick@gmail.com>
Subject: [PATCH v3 3/5] libsmartcols/src/smartcolsP.h: add field to struct libscols_column
Date: Wed, 14 May 2014 11:09:58 +0600 [thread overview]
Message-ID: <1400044200-9196-3-git-send-email-shakursmullick@gmail.com> (raw)
In-Reply-To: <1400044200-9196-1-git-send-email-shakursmullick@gmail.com>
Signed-off-by: Shakur Shams Mullick <shakursmullick@gmail.com>
---
libsmartcols/src/smartcolsP.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index ebdc929..ee3ee1a 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -82,7 +82,9 @@ struct libscols_column {
int flags;
int is_extreme;
char *color; /* default column color */
-
+
+ int (*compare_data)(struct libscols_cell *, struct libscols_cell *, void *); /* comparison function to use*/
+
struct libscols_cell header;
struct list_head cl_columns;
};
--
1.8.3.2
next prev parent reply other threads:[~2014-05-14 5:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 5:09 [PATCH v3 1/5] libsmartcols/src/libsmartcols.h.in: add function Shakur Shams Mullick
2014-05-14 5:09 ` [PATCH v3 2/5] libsmartcols/src/libsmartcols.sym: add function symbol Shakur Shams Mullick
2014-05-14 5:09 ` Shakur Shams Mullick [this message]
2014-05-14 5:09 ` [PATCH v3 4/5] misc-utils/lsblk.c: add sorting support for lsblk command Shakur Shams Mullick
2014-05-14 5:10 ` [PATCH v3 5/5] libsmartcols/src/table_print.c: add sorting for table Shakur Shams Mullick
2014-05-20 13:16 ` [PATCH v3 1/5] libsmartcols/src/libsmartcols.h.in: add function Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400044200-9196-3-git-send-email-shakursmullick@gmail.com \
--to=shakursmullick@gmail.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox