X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fpds.h;h=90e20513d45789deb4015e9780f3fb54a78988b0;hb=8a7572e8271d7f146299ac63de0e9982b46652e0;hp=e5be19bb0f2d1edb3d0ee0828096ea15e88a9b10;hpb=6a6908d7031a79b5767d86a4da056f65a742ac9f;p=umurmur.git diff --git a/src/pds.h b/src/pds.h index e5be19b..90e2051 100644 --- a/src/pds.h +++ b/src/pds.h @@ -1,5 +1,5 @@ -/* Copyright (C) 2009, Martin Johansson - Copyright (C) 2005-2009, Thorvald Natvig +/* Copyright (C) 2009-2012, Martin Johansson + Copyright (C) 2005-2012, Thorvald Natvig All rights reserved. @@ -53,6 +53,8 @@ void Pds_get_string(pds_t *pds, char *str, int maxlen); void Pds_add_double(pds_t *pds, double value); double Pds_get_double(pds_t *pds); int Pds_get_data(pds_t *pds, uint8_t *data, int maxlen); +uint8_t Pds_next8(pds_t *pds); +int Pds_skip(pds_t *pds, int offset); #endif