]> sigrok.org Git - libsigrok.git/blobdiff - sigrok-internal.h
sr: adjust copyright year
[libsigrok.git] / sigrok-internal.h
index f115c530ba28c3f5aea011ab98d74c83377665d5..a233a28fe2dfe3017335be3ebfc2f16f9f9ee613 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the sigrok project.
  *
- * Copyright (C) 2011 Bert Vermeulen <bert@biot.com>
+ * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -80,6 +80,11 @@ SR_PRIV int sr_err(const char *format, ...);
 SR_PRIV int load_hwplugins(void);
 SR_PRIV void sr_cleanup_hwplugins(void);
 
+/*--- session.c -------------------------------------------------------------*/
+
+SR_PRIV int sr_session_bus(struct sr_device *device,
+                         struct sr_datafeed_packet *packet);
+
 /* Generic device instances */
 SR_PRIV struct sr_device_instance *sr_device_instance_new(int index,
        int status, const char *vendor, const char *model, const char *version);